Skip to content

Commit 312e82d

Browse files
committed
remove tab char
1 parent 4a52292 commit 312e82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/opensolaris/opengrok/util/RandomString.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public final class RandomString {
3131

3232
private RandomString() {
3333
// Throw an exception if this ever *is* called.
34-
throw new AssertionError("Instantiating utility class " + getClass());
34+
throw new AssertionError("Instantiating utility class " + getClass());
3535
}
3636

3737
public static String generateLower(int length) {

0 commit comments

Comments
 (0)