X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=lib%2Fjetty%2Forg%2Feclipse%2Fjetty%2Futil%2FUtf8LineParser.java;fp=lib%2Fjetty%2Forg%2Feclipse%2Fjetty%2Futil%2FUtf8LineParser.java;h=0332d9893d8631f875b5c52282ec91ab10e5a9f8;hp=b54cf41939180c3e9c8f7414fc1ee53f4f7c2222;hb=065ca60170f2471227dc25784e1a4c3b7912d367;hpb=ad7a401ad98da5a8a33e60d39789e941aa8ccfc4 diff --git a/lib/jetty/org/eclipse/jetty/util/Utf8LineParser.java b/lib/jetty/org/eclipse/jetty/util/Utf8LineParser.java index b54cf419..0332d989 100644 --- a/lib/jetty/org/eclipse/jetty/util/Utf8LineParser.java +++ b/lib/jetty/org/eclipse/jetty/util/Utf8LineParser.java @@ -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 @@ -20,8 +20,6 @@ package org.eclipse.jetty.util; import java.nio.ByteBuffer; -import org.eclipse.jetty.util.Utf8Appendable.NotUtf8Exception; - /** * Stateful parser for lines of UTF8 formatted text, looking for "\n" as a line termination character. *