Skip to content

Commit e010a87

Browse files
trentjeffromain-grecourt
authored andcommitted
A few tweaks over the last push.
1 parent 925da74 commit e010a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/config/etc/spotbugs/exclude.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@
106106
<Match>
107107
<!-- inheritance of the same interface from common/config -->
108108
<Class name="io.helidon.config.spi.ConfigMapper"/>
109-
<Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS"/>
109+
<Bug pattern="NM_SAME_SIMPLE_NAME_AS_INTERFACE"/>
110110
</Match>
111111
<Match>
112112
<!-- inheritance of the same interface from common/config -->
113113
<Class name="io.helidon.config.spi.ConfigMapperProvider"/>
114-
<Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS"/>
114+
<Bug pattern="NM_SAME_SIMPLE_NAME_AS_INTERFACE"/>
115115
</Match>
116116

117117
</FindBugsFilter>

0 commit comments

Comments
 (0)