diff --git a/src/java/com/threerings/stats/server/persist/StatRepository.java b/src/java/com/threerings/stats/server/persist/StatRepository.java index abb7b3fb..0aa37a6b 100644 --- a/src/java/com/threerings/stats/server/persist/StatRepository.java +++ b/src/java/com/threerings/stats/server/persist/StatRepository.java @@ -121,8 +121,6 @@ public class StatRepository extends DepotRepository /** * Writes out any of the stats in the supplied array that have been modified since they were * first loaded. Exceptions that occur while writing the stats will be caught and logged. - * - * */ public void writeModified (int playerId, Stat[] stats) {