Skip to content

Commit 97978f8

Browse files
committed
[#noissue] Remove unused exclude filters from WebHbaseModule
1 parent c788f86 commit 97978f8

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

web/src/main/java/com/navercorp/pinpoint/web/WebHbaseModule.java

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
@@ -30,7 +30,6 @@
3030
import org.springframework.context.annotation.Bean;
3131
import org.springframework.context.annotation.ComponentScan;
3232
import org.springframework.context.annotation.Configuration;
33-
import org.springframework.context.annotation.FilterType;
3433
import org.springframework.context.annotation.Import;
3534
import org.springframework.context.annotation.PropertySource;
3635

@@ -48,12 +47,6 @@
4847
@ComponentScan(
4948
basePackages = {
5049
"com.navercorp.pinpoint.web.dao.hbase"
51-
},
52-
excludeFilters = {
53-
@ComponentScan.Filter(
54-
type = FilterType.ASPECTJ,
55-
pattern = "com.navercorp.pinpoint.web.dao.hbase.config.*"
56-
)
5750
}
5851
)
5952
@PropertySource(name = "WebHbaseModule", value = {

0 commit comments

Comments
 (0)