Cosmetics: untabify
git-svn-id: svn://10.0.0.236/trunk@160235 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user