James Moger
2013-02-25 64b6f382d35e1fea0172b222277dae0312f274e4
src/com/gitblit/IUserService.java
@@ -15,6 +15,7 @@
 */
package com.gitblit;
import java.util.Collection;
import java.util.List;
import com.gitblit.models.TeamModel;
@@ -133,7 +134,7 @@
    * @return true if update is successful
    * @since 1.2.0
    */
   boolean updateUserModels(List<UserModel> models);
   boolean updateUserModels(Collection<UserModel> models);
   
   /**
    * Adds/updates a user object keyed by username. This method allows for
@@ -243,7 +244,7 @@
    * @return true if update is successful
    * @since 1.2.0
    */   
   boolean updateTeamModels(List<TeamModel> models);
   boolean updateTeamModels(Collection<TeamModel> models);
   
   /**
    * Updates/writes and replaces a complete team object keyed by teamname.