Fix broken javadoc links and params to kill my Eclipse warnings. This includes
importing receivers from their senders to satisfy their links. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5333 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -74,7 +74,7 @@ public class ClientObject extends DObject
|
||||
}
|
||||
|
||||
/**
|
||||
* A version of {@link #checkAccess(Permission,Object} that provides no context.
|
||||
* A version of {@link #checkAccess(Permission,Object)} that provides no context.
|
||||
*/
|
||||
public String checkAccess (Permission perm)
|
||||
{
|
||||
|
||||
@@ -136,7 +136,7 @@ public class InvocationMarshaller
|
||||
}
|
||||
|
||||
/**
|
||||
* Defines a marshaller for the standard {@link ConfirmListener}.
|
||||
* Defines a marshaller for the standard {@link InvocationService.ConfirmListener}.
|
||||
*/
|
||||
public static class ConfirmMarshaller extends ListenerMarshaller
|
||||
implements ConfirmListener
|
||||
@@ -167,7 +167,7 @@ public class InvocationMarshaller
|
||||
}
|
||||
|
||||
/**
|
||||
* Defines a marshaller for the standard {@link ResultListener}.
|
||||
* Defines a marshaller for the standard {@link InvocationService.ResultListener}.
|
||||
*/
|
||||
public static class ResultMarshaller extends ListenerMarshaller
|
||||
implements ResultListener
|
||||
|
||||
Reference in New Issue
Block a user