You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2008/05/26 04:16:48 UTC

svn commit: r660077 - /xerces/java/trunk/src/org/apache/xerces/impl/xs/util/XSNamedMapImpl.java

Author: mrglavas
Date: Sun May 25 19:16:48 2008
New Revision: 660077

URL: http://svn.apache.org/viewvc?rev=660077&view=rev
Log:
Clean-up imports.

Modified:
    xerces/java/trunk/src/org/apache/xerces/impl/xs/util/XSNamedMapImpl.java

Modified: xerces/java/trunk/src/org/apache/xerces/impl/xs/util/XSNamedMapImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/xs/util/XSNamedMapImpl.java?rev=660077&r1=660076&r2=660077&view=diff
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/xs/util/XSNamedMapImpl.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/xs/util/XSNamedMapImpl.java Sun May 25 19:16:48 2008
@@ -19,7 +19,8 @@
 
 import org.apache.xerces.util.SymbolHash;
 import org.apache.xerces.xni.QName;
-import org.apache.xerces.xs.*;
+import org.apache.xerces.xs.XSNamedMap;
+import org.apache.xerces.xs.XSObject;
 
 /**
  * Containts the map between qnames and XSObject's.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org