Skip to content

Commit 5c7688c

Browse files
committed
fix: number of expected classes
1 parent c0cbe70 commit 5c7688c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/xml/ShadingFootprintTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class ShadingFootprintTest {
8383
/**
8484
* Only the public {@link XmlFactories} entry, which news up every hardener, still pulls the whole library; this is its class count.
8585
*/
86-
private static final int WHOLE_LIBRARY_SIZE = 33;
86+
private static final int WHOLE_LIBRARY_SIZE = 32;
8787

8888
/**
8989
* Entry points reported by the {@link #reportFootprint()} diagnostic, most-focused first, ending with the whole library.

0 commit comments

Comments
 (0)