Skip to content

Commit 5ba7929

Browse files
committed
Remove trailing whitespace
1 parent 3e883ed commit 5ba7929

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/conf/spotbugs-exclude-filter.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@
6363
<Class name="~.*" />
6464
<Bug pattern="CT_CONSTRUCTOR_THROW" />
6565
</Match>
66-
<!-- Can't make ctor private until next major release -->
66+
<!-- Can't make ctor private until next major release -->
6767
<Match>
6868
<Class name="org.apache.commons.text.similarity.LevenshteinDetailedDistance" />
6969
<Bug pattern="SING_SINGLETON_HAS_NONPRIVATE_CONSTRUCTOR" />
70-
</Match>
71-
<!-- Can't make ctor private until next major release -->
70+
</Match>
71+
<!-- Can't make ctor private until next major release -->
7272
<Match>
7373
<Class name="org.apache.commons.text.similarity.LevenshteinDistance" />
7474
<Bug pattern="SING_SINGLETON_HAS_NONPRIVATE_CONSTRUCTOR" />
75-
</Match>
75+
</Match>
7676
</FindBugsFilter>

0 commit comments

Comments
 (0)