On 16/03/2015 14:50, Raghavendran N wrote: > diff --git a/java/org/apache/tomcat/websocket/server/WsServerContainer.java > b/java/org/apache/tomcat/websocket/server/WsServerContainer.java > index d2c824c..a663e8e 100644 > --- a/java/org/apache/tomcat/websocket/server/WsServerContainer.java > +++ b/java/org/apache/tomcat/websocket/server/WsServerContainer.java > @@ -166,7 +166,7 @@ public class WsServerContainer extends > WsWebSocketContainer > * must be called before calling this method. > * > * @param sec The configuration to use when creating endpoint > instances > - * @throws DeploymentException if the endpoint can not be published as > + * @throws DeploymentException if the endpoint cannot be published as > * requested > */ > @Override >
Both are technically correct. Which to use is a style choice although cannot is certainly the more common. There were rather more instances than the one you highlighted. I have no string preference for one over the other so I did a global search and replace for 9.0.x. Personally, I don't think it is worth back-porting. If someone wants to do that work, got for it. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org