Javadoc fixes.
This commit is contained in:
@@ -55,7 +55,7 @@ public class ChatHistory
|
||||
|
||||
/**
|
||||
* 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)}.
|
||||
*/
|
||||
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
|
||||
* indicating the reason for denial of access.
|
||||
*
|
||||
* @see PermissionPolicy
|
||||
* @see ClientObject.PermissionPolicy
|
||||
*/
|
||||
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.
|
||||
*
|
||||
* @param transport a hint as to the type of transport desired for the event.
|
||||
*/
|
||||
public DEvent (int targetOid)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user