Skip to content

Commit b74b03c

Browse files
committed
visibility
1 parent 17bef8e commit b74b03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-test-smart-context/src/main/java/com/github/seregamorph/testsmartcontext/SmartDirtiesTestsHolder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ private ClassOrderState(boolean isFirst, boolean isLast) {
2323
}
2424
}
2525

26-
public static int classOrderStateMapSize() {
26+
protected static int classOrderStateMapSize() {
2727
return classOrderStateMap == null ? 0 : classOrderStateMap.size();
2828
}
2929

0 commit comments

Comments
 (0)