X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=lib%2Fjetty%2Forg%2Feclipse%2Fjetty%2Futil%2FB64Code.java;h=48bc6d9e171f0911e1751308dcea6fd0516fadd6;hb=265b98aed618c4b153f9c96580fb619ab7ce70ec;hp=7fbbb187d327e1c115348bc122f0adc19fcbe648;hpb=ec24cf6925bb3729a644580ad4a9375d05883c62;p=gigi.git diff --git a/lib/jetty/org/eclipse/jetty/util/B64Code.java b/lib/jetty/org/eclipse/jetty/util/B64Code.java index 7fbbb187..48bc6d9e 100644 --- a/lib/jetty/org/eclipse/jetty/util/B64Code.java +++ b/lib/jetty/org/eclipse/jetty/util/B64Code.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 @@ -22,7 +22,6 @@ import java.io.ByteArrayOutputStream; import java.io.IOException; import java.nio.charset.Charset; import java.nio.charset.StandardCharsets; -import java.nio.charset.UnsupportedCharsetException; /** Fast B64 Encoder/Decoder as described in RFC 1421.