< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/NamespaceContextWrapper.java

Print this page

        

@@ -37,12 +37,12 @@
  *
  * Note that NamespaceSupport assumes the use of symbols. Since this class
  * can be exposed to the application, we must intern all Strings before
  * calling NamespaceSupport methods.
  *
- * @author  Neeraj Bajaj, Sun Microsystems, inc.
- * @author Santiago.PericasGeertsen@sun.com
+ * @author  Neeraj Bajaj 
+ * @author Santiago PericasGeertsen
  *
  */
 public class NamespaceContextWrapper implements NamespaceContext {
 
     private com.sun.org.apache.xerces.internal.xni.NamespaceContext fNamespaceContext;
< prev index next >