Skip to content

Commit

Permalink
Remove duplicate import of class SecureRandom
Browse files Browse the repository at this point in the history
Fixes the build that was broken by cherry-picking commit 2be2c2,
which resulted in an import collision on the `SecureRandom` class.
  • Loading branch information
fzs committed Dec 15, 2016
1 parent 4ece397 commit 34b98a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/gitblit/models/UserModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

import java.io.Serializable;
import java.security.Principal;
import java.security.SecureRandom;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashSet;
Expand Down

0 comments on commit 34b98a0

Please sign in to comment.