Javadoc fixes.

This commit is contained in:
Jamie Doornbos
2014-11-14 10:20:11 -08:00
parent 2474c58421
commit 34f98e1c46
3 changed files with 2 additions and 4 deletions
@@ -55,7 +55,7 @@ public class ChatHistory
/** /**
* Recorded parcel of chat for historical purposes, maintained by * Recorded parcel of chat for historical purposes, maintained by
* {@link #record(ChatChannel, UserMessage, Name...)}, * {@link #record(ChatChannel, String, UserMessage, Name[])},
* {@link #get(Name)}, and {@link #clear(Name)}. * {@link #get(Name)}, and {@link #clear(Name)}.
*/ */
public static class Entry implements Streamable public static class Entry implements Streamable
@@ -68,7 +68,7 @@ public class ClientObject extends DObject
* @return null if the user has access, a fully-qualified translatable message string * @return null if the user has access, a fully-qualified translatable message string
* indicating the reason for denial of access. * indicating the reason for denial of access.
* *
* @see PermissionPolicy * @see ClientObject.PermissionPolicy
*/ */
public String checkAccess (Permission perm, Object context) public String checkAccess (Permission perm, Object context)
{ {
@@ -38,8 +38,6 @@ public abstract class DEvent implements Streamable
/** /**
* Constructs a new distributed object event that pertains to the specified distributed object. * Constructs a new distributed object event that pertains to the specified distributed object.
*
* @param transport a hint as to the type of transport desired for the event.
*/ */
public DEvent (int targetOid) public DEvent (int targetOid)
{ {