Author: markt
Date: Sat Mar 2 20:25:34 2013
New Revision: 1451937
URL: http://svn.apache.org/r1451937
Log:
Fix Javadoc warnings
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/server/ServerContainerImpl.java
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/server/ServerContainerImpl.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/websocket/server/ServerContainerImpl.java?rev=1451937&r1=1451936&r2=1451937&view=diff
==============================================================================
---
tomcat/trunk/java/org/apache/tomcat/websocket/server/ServerContainerImpl.java
(original)
+++
tomcat/trunk/java/org/apache/tomcat/websocket/server/ServerContainerImpl.java
Sat Mar 2 20:25:34 2013
@@ -111,8 +111,7 @@ public class ServerContainerImpl extends
* the specified configuration. {@link #setServletContext(ServletContext)}
* must be called before calling this method.
*
- * @param config The configuration to use when creating endpoint
- * instances
+ * @param sec The configuration to use when creating endpoint instances
* @throws DeploymentException
*/
public void deploy(ServerEndpointConfiguration sec)
@@ -143,8 +142,8 @@ public class ServerContainerImpl extends
/**
- * Provides the equivalent of {@link #publishServer(Class,String,Class)}
for
- * publishing plain old java objects (POJOs) that have been annotated as
+ * Provides the equivalent of {@link #deploy(ServerEndpointConfiguration)}
+ * for publishing plain old java objects (POJOs) that have been annotated
as
* WebSocket endpoints.
*
* @param pojo The annotated POJO
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]