Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 9f1aa52746798d8bc5e7297c418ab0e4 > files > 4

werken-xpath-0.9.4-0.beta.12.0.0.2mdv2008.0.src.rpm

--- src/com/werken/xpath/impl/ParentStep.java.sav	2006-05-05 20:01:17.000000000 +0200
+++ src/com/werken/xpath/impl/ParentStep.java	2006-05-05 20:02:17.000000000 +0200
@@ -50,7 +50,7 @@
 
       if ( each instanceof Element )
       {
-        parent = ((Element)each).getParent();
+        parent = (Element)((Element)each).getParent();
 
         if (parent != null)
         {