This commit is contained in:
szegedia%freemail.hu 2006-06-08 07:19:24 +00:00
parent db5b0366b2
commit 1f39071795

View File

@ -37,6 +37,7 @@
package org.mozilla.javascript.xmlimpl;
import java.io.Serializable;
import java.util.*;
import org.mozilla.javascript.*;
@ -52,8 +53,10 @@ class XML extends XMLObjectImpl
{
static final long serialVersionUID = -630969919086449092L;
final static class XScriptAnnotation extends XmlBookmark
final static class XScriptAnnotation extends XmlBookmark implements Serializable
{
private static final long serialVersionUID = 1L;
javax.xml.namespace.QName _name;
XML _xScriptXML;