Cosmetics: untabify

git-svn-id: svn://10.0.0.236/trunk@160235 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
igor%mir2.org
2004-08-02 17:49:04 +00:00
parent dde09e06e0
commit e8d7e6ea9a

View File

@@ -111,10 +111,10 @@ public abstract class XMLLib
* Return wrap of the given Java object as appropritate XML object or
* null if Java object has no XML representation.
* The default implementation returns null to indicate no special
* wrapping of XML objects.
*/
* wrapping of XML objects.
*/
public Scriptable wrapAsXMLOrNull(Context cx, Object javaObject)
{
return null;
}
{
return null;
}
}