Skip to content

Commit

Permalink
#17: fix javadoc error and add missing @see on SocketChannelFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
Bauke Scholtz committed Feb 1, 2016
1 parent 9cf2770 commit c7bc82f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/java/org/omnifaces/cdi/push/Socket.java
Expand Up @@ -387,6 +387,7 @@
*
* @author Bauke Scholtz
* @see SocketEndpoint
* @see SocketChannelFilter
* @see SocketScopeManager
* @see SocketEventListener
* @see SocketManager
Expand Down
Expand Up @@ -71,7 +71,7 @@ public static Scope of(String value) {
* exist on a different scope, else <code>null</code>.
* @param channel The web socket channel.
* @param scope The web socket scope. Supported values are <code>application</code> and <code>session</code>, case
* insensitive. If <code>null</code>, the default is <code>application<code>.
* insensitive. If <code>null</code>, the default is <code>application</code>.
* @return The web socket scope identifier if channel does not already exist on a different scope, else
* <code>null</code>.
* @throws IllegalArgumentException When the scope is invalid.
Expand Down

0 comments on commit c7bc82f

Please sign in to comment.