Skip to content

Commit 34b98a0

Browse files
committed
Remove duplicate import of class SecureRandom
Fixes the build that was broken by cherry-picking commit 2be2c2, which resulted in an import collision on the `SecureRandom` class.
1 parent 4ece397 commit 34b98a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/gitblit/models/UserModel.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
import java.io.Serializable;
1919
import java.security.Principal;
20-
import java.security.SecureRandom;
2120
import java.util.ArrayList;
2221
import java.util.Collections;
2322
import java.util.HashSet;

0 commit comments

Comments
 (0)