Javadoc warnings cleanups.

Note: this involves generated code from a samskivert patch I only just sent to mdb,
but he's in a meeting, so that won't show up for a little.


git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@741 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Dave Hoover
2008-09-12 18:04:39 +00:00
parent 02ec2e68a9
commit 8b0488b3c9
22 changed files with 124 additions and 162 deletions
@@ -117,7 +117,7 @@ public class StatRecord extends PersistentRecord
// AUTO-GENERATED: METHODS START
/**
* Create and return a primary {@link Key} to identify a {@link #StatRecord}
* Create and return a primary {@link Key} to identify a {@link StatRecord}
* with the supplied key values.
*/
public static Key<StatRecord> getKey (int playerId, int statCode)
@@ -92,7 +92,7 @@ public class StringCodeRecord extends PersistentRecord
// AUTO-GENERATED: METHODS START
/**
* Create and return a primary {@link Key} to identify a {@link #StringCodeRecord}
* Create and return a primary {@link Key} to identify a {@link StringCodeRecord}
* with the supplied key values.
*/
public static Key<StringCodeRecord> getKey (int statCode, String value)