Return-Path: Delivered-To: apmail-xml-xalan-cvs-archive@www.apache.org Received: (qmail 62891 invoked from network); 8 Sep 2005 20:52:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Sep 2005 20:52:37 -0000 Received: (qmail 34280 invoked by uid 500); 8 Sep 2005 20:52:37 -0000 Delivered-To: apmail-xml-xalan-cvs-archive@xml.apache.org Received: (qmail 34263 invoked by uid 500); 8 Sep 2005 20:52:36 -0000 Mailing-List: contact xalan-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: List-Id: Delivered-To: mailing list xalan-cvs@xml.apache.org Received: (qmail 34250 invoked by uid 99); 8 Sep 2005 20:52:36 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 08 Sep 2005 13:52:36 -0700 Received: (qmail 62876 invoked by uid 1663); 8 Sep 2005 20:52:36 -0000 Date: 8 Sep 2005 20:52:36 -0000 Message-ID: <20050908205236.62875.qmail@minotaur.apache.org> From: minchau@apache.org To: xml-xalan-cvs@apache.org Subject: cvs commit: xml-xalan/java/src/org/apache/xml/serializer EncodingInfo.java X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N minchau 2005/09/08 13:52:36 Modified: java/src/org/apache/xml/serializer EncodingInfo.java Log: Removing unused import. Revision Changes Path 1.7 +1 -2 xml-xalan/java/src/org/apache/xml/serializer/EncodingInfo.java Index: EncodingInfo.java =================================================================== RCS file: /home/cvs/xml-xalan/java/src/org/apache/xml/serializer/EncodingInfo.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- EncodingInfo.java 4 Aug 2005 23:57:06 -0000 1.6 +++ EncodingInfo.java 8 Sep 2005 20:52:36 -0000 1.7 @@ -18,7 +18,6 @@ */ package org.apache.xml.serializer; -import java.io.UnsupportedEncodingException; /** * Holds information about a given encoding, which is the Java name for the --------------------------------------------------------------------- To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: xalan-cvs-help@xml.apache.org