Skip to content

Commit

Permalink
Fixes to javadoc, sphinx doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ccotter committed Oct 31, 2012
1 parent 10d4034 commit 63e2bbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/java/moderator.rst
Expand Up @@ -47,7 +47,7 @@ Interacting with the session
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Moderators can send sync events and bot messages using the
`SessionModerator.CollabInterface`_ interface. Analogous to the JavaScript
`CollabInterface`_ interface. Analogous to the JavaScript
:class:`CollabInterface`, moderators create CollabInterface objects for each
collab object keyed on the collab object ID.

Expand Down
Expand Up @@ -274,7 +274,7 @@ public boolean onEndSession() {
/**
* Called when a client becomes an updated (typically when a new client joins
* a session).
* @param client
* @param serverSession
* @param notify Whether or not to send the updated roster information.
*/
protected void addUpdater(ServerSession serverSession, boolean notify) {
Expand Down
Expand Up @@ -278,7 +278,7 @@ public abstract boolean canClientSubscribeService(String svnName,
/**
* Should determine whether or not a client can publish messages to bots.
*
* @param svnName service name
* @param svcName service name
* @param client that wants to publish messages
* @param botMessage message the client wants to publish
* @return whether or not the client can publish
Expand Down

0 comments on commit 63e2bbb

Please sign in to comment.