diff --git a/src/main/java/org/omnifaces/cdi/push/Socket.java b/src/main/java/org/omnifaces/cdi/push/Socket.java index b4da1cc7f..cbeba7b13 100644 --- a/src/main/java/org/omnifaces/cdi/push/Socket.java +++ b/src/main/java/org/omnifaces/cdi/push/Socket.java @@ -387,6 +387,7 @@ * * @author Bauke Scholtz * @see SocketEndpoint + * @see SocketChannelFilter * @see SocketScopeManager * @see SocketEventListener * @see SocketManager diff --git a/src/main/java/org/omnifaces/cdi/push/SocketScopeManager.java b/src/main/java/org/omnifaces/cdi/push/SocketScopeManager.java index 5f4ad0bc2..b42fa1893 100644 --- a/src/main/java/org/omnifaces/cdi/push/SocketScopeManager.java +++ b/src/main/java/org/omnifaces/cdi/push/SocketScopeManager.java @@ -71,7 +71,7 @@ public static Scope of(String value) { * exist on a different scope, else null. * @param channel The web socket channel. * @param scope The web socket scope. Supported values are application and session, case - * insensitive. If null, the default is application. + * insensitive. If null, the default is application. * @return The web socket scope identifier if channel does not already exist on a different scope, else * null. * @throws IllegalArgumentException When the scope is invalid.