diff options
Diffstat (limited to 'libjava/classpath/gnu/xml/libxmlj/dom/GnomeXPathExpression.java')
-rw-r--r-- | libjava/classpath/gnu/xml/libxmlj/dom/GnomeXPathExpression.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/classpath/gnu/xml/libxmlj/dom/GnomeXPathExpression.java b/libjava/classpath/gnu/xml/libxmlj/dom/GnomeXPathExpression.java index 815804799d3..52f4daa21e1 100644 --- a/libjava/classpath/gnu/xml/libxmlj/dom/GnomeXPathExpression.java +++ b/libjava/classpath/gnu/xml/libxmlj/dom/GnomeXPathExpression.java @@ -1,4 +1,4 @@ -/* GnomeXPathExpression.java - +/* GnomeXPathExpression.java - Copyright (C) 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -78,9 +78,9 @@ implements XPathExpression { return doEvaluate (expr, contextNode, type, result); } - + private native Object doEvaluate (Object expr, Node contextNode, short type, Object result) throws XPathException, DOMException; - + } |