diff options
Diffstat (limited to 'libjava/classpath/gnu/xml/libxmlj/dom/GnomeXPathResult.java')
-rw-r--r-- | libjava/classpath/gnu/xml/libxmlj/dom/GnomeXPathResult.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/classpath/gnu/xml/libxmlj/dom/GnomeXPathResult.java b/libjava/classpath/gnu/xml/libxmlj/dom/GnomeXPathResult.java index 850b5fae08f..b2c706f65d2 100644 --- a/libjava/classpath/gnu/xml/libxmlj/dom/GnomeXPathResult.java +++ b/libjava/classpath/gnu/xml/libxmlj/dom/GnomeXPathResult.java @@ -1,4 +1,4 @@ -/* GnomeXPathResult.java - +/* GnomeXPathResult.java - Copyright (C) 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -69,7 +69,7 @@ implements XPathResult } private native void free (Object obj); - + public native short getResultType (); public native double getNumberValue () @@ -130,5 +130,5 @@ implements XPathResult getSnapshotLength () + ']'; } } - + } |