James Moger
2013-06-01 a4f837e85e9364f8cedd91515ef547bf51540d71
src/main/java/com/gitblit/models/UserPreferences.java
@@ -37,6 +37,8 @@
   public final String username;
   public String locale;
   private final Map<String, UserRepositoryPreferences> repositoryPreferences = new TreeMap<String, UserRepositoryPreferences>();
   public UserPreferences(String username) {