You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2012/12/05 20:41:06 UTC

svn commit: r1417605 - /tomcat/trunk/java/org/apache/tomcat/websocket/Utf8Decoder.java

Author: markt
Date: Wed Dec  5 19:41:05 2012
New Revision: 1417605

URL: http://svn.apache.org/viewvc?rev=1417605&view=rev
Log:
Fix package

Modified:
    tomcat/trunk/java/org/apache/tomcat/websocket/Utf8Decoder.java

Modified: tomcat/trunk/java/org/apache/tomcat/websocket/Utf8Decoder.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/websocket/Utf8Decoder.java?rev=1417605&r1=1417604&r2=1417605&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/websocket/Utf8Decoder.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/websocket/Utf8Decoder.java Wed Dec  5 19:41:05 2012
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.catalina.websocket;
+package org.apache.tomcat.websocket;
 
 import java.nio.ByteBuffer;
 import java.nio.CharBuffer;



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org