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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user