From 6d1e687709103c9fa1ec217092690cb5e82c9e99 Mon Sep 17 00:00:00 2001 From: Tom Conkling Date: Thu, 17 Jul 2008 20:49:43 +0000 Subject: [PATCH] not sure where those extra *s came from git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@662 c613c5cb-e716-0410-b11b-feb51c14d237 --- .../com/threerings/stats/server/persist/StatRepository.java | 2 -- 1 file changed, 2 deletions(-) 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) {