We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a52292 commit 312e82dCopy full SHA for 312e82d
src/org/opensolaris/opengrok/util/RandomString.java
@@ -31,7 +31,7 @@ public final class RandomString {
31
32
private RandomString() {
33
// Throw an exception if this ever *is* called.
34
- throw new AssertionError("Instantiating utility class " + getClass());
+ throw new AssertionError("Instantiating utility class " + getClass());
35
}
36
37
public static String generateLower(int length) {
0 commit comments