Skip to content

Commit 3cc1bf7

Browse files
committed
4 space indentation instead of 2
1 parent 202a534 commit 3cc1bf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/jdk/com/sun/jdi/ClassesByName2Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ void breakpointAtMethod(ReferenceType ref, String methodName)
138138
}
139139

140140
private static boolean isHiddenClass(String className) {
141-
return className.contains("/");
141+
return className.contains("/");
142142
}
143143

144144
protected void runTests() throws Exception {

0 commit comments

Comments
 (0)