summaryrefslogtreecommitdiff
path: root/gnu/xml/libxmlj/dom/GnomeXPathResult.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/xml/libxmlj/dom/GnomeXPathResult.java')
-rw-r--r--gnu/xml/libxmlj/dom/GnomeXPathResult.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/xml/libxmlj/dom/GnomeXPathResult.java b/gnu/xml/libxmlj/dom/GnomeXPathResult.java
index 850b5fae0..b2c706f65 100644
--- a/gnu/xml/libxmlj/dom/GnomeXPathResult.java
+++ b/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 () + ']';
}
}
-
+
}