Skip to content

Commit bbbb844

Browse files
committed
line endings
1 parent 3a0f675 commit bbbb844

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
package scorekeep;
2-
3-
import java.security.SecureRandom;
4-
import java.math.BigInteger;
5-
6-
public class Identifiers {
7-
private static final SecureRandom secureRandom = new SecureRandom();
8-
9-
public static String random() {
10-
return new BigInteger(40, secureRandom).toString(32).toUpperCase();
11-
}
12-
1+
package scorekeep;
2+
3+
import java.security.SecureRandom;
4+
import java.math.BigInteger;
5+
6+
public class Identifiers {
7+
private static final SecureRandom secureRandom = new SecureRandom();
8+
9+
public static String random() {
10+
return new BigInteger(40, secureRandom).toString(32).toUpperCase();
11+
}
12+
1313
}

0 commit comments

Comments
 (0)