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/narya/trunk@5369 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -108,7 +108,7 @@ public abstract class PeerManager
|
||||
|
||||
/**
|
||||
* Wraps an operation that needs a shared resource lock to be acquired before it can be
|
||||
* performed, and released after it completes. Used by {@link #performWithLock}.
|
||||
* performed, and released after it completes. Used by {@link PeerManager#performWithLock}.
|
||||
*/
|
||||
public static interface LockedOperation
|
||||
{
|
||||
|
||||
@@ -127,7 +127,7 @@ public class NodeRecord extends PersistentRecord
|
||||
|
||||
// AUTO-GENERATED: METHODS START
|
||||
/**
|
||||
* Create and return a primary {@link Key} to identify a {@link #NodeRecord}
|
||||
* Create and return a primary {@link Key} to identify a {@link NodeRecord}
|
||||
* with the supplied key values.
|
||||
*/
|
||||
public static Key<NodeRecord> getKey (String nodeName)
|
||||
|
||||
Reference in New Issue
Block a user