Author: violetagg
Date: Wed Sep 24 19:58:59 2014
New Revision: 1627406
URL: http://svn.apache.org/r1627406
Log:
Merged revision 1626764 from tomcat/trunk:
Reduce visibility for some methods.
No API issues since this class is clearly documented to be for internal use
only.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/Util.java
Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
Merged /tomcat/trunk:r1626764
Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/Util.java
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/Util.java?rev=1627406&r1=1627405&r2=1627406&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/Util.java (original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/Util.java Wed Sep 24
19:58:59 2014
@@ -172,7 +172,7 @@ public class Util {
}
- public static Class<?> getDecoderType(Class<? extends Decoder> decoder) {
+ private static Class<?> getDecoderType(Class<? extends Decoder> decoder) {
return Util.getGenericType(Decoder.class, decoder).getClazz();
}
@@ -358,7 +358,7 @@ public class Util {
}
- public static Set<MessageHandlerResult> getMessageHandlers(
+ static Set<MessageHandlerResult> getMessageHandlers(
MessageHandler listener, EndpointConfig endpointConfig,
Session session) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]