]> WPIA git - gigi.git/blobdiff - lib/jetty/org/eclipse/jetty/util/Utf8LineParser.java
updating jetty to jetty-9.2.16.v2016040
[gigi.git] / lib / jetty / org / eclipse / jetty / util / Utf8LineParser.java
index b54cf41939180c3e9c8f7414fc1ee53f4f7c2222..0332d9893d8631f875b5c52282ec91ab10e5a9f8 100644 (file)
@@ -1,6 +1,6 @@
 //
 //  ========================================================================
 //
 //  ========================================================================
-//  Copyright (c) 1995-2014 Mort Bay Consulting Pty. Ltd.
+//  Copyright (c) 1995-2016 Mort Bay Consulting Pty. Ltd.
 //  ------------------------------------------------------------------------
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the Eclipse Public License v1.0
 //  ------------------------------------------------------------------------
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the Eclipse Public License v1.0
@@ -20,8 +20,6 @@ package org.eclipse.jetty.util;
 
 import java.nio.ByteBuffer;
 
 
 import java.nio.ByteBuffer;
 
-import org.eclipse.jetty.util.Utf8Appendable.NotUtf8Exception;
-
 /**
  * Stateful parser for lines of UTF8 formatted text, looking for <code>"\n"</code> as a line termination character.
  * <p>
 /**
  * Stateful parser for lines of UTF8 formatted text, looking for <code>"\n"</code> as a line termination character.
  * <p>