You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by jo...@apache.org on 2006/06/20 10:44:59 UTC

svn commit: r415567 - /lenya/trunk/src/java/org/apache/lenya/util/ServletHelper.java

Author: josias
Date: Tue Jun 20 01:44:59 2006
New Revision: 415567

URL: http://svn.apache.org/viewvc?rev=415567&view=rev
Log:
fixed import: use XPathAPI from apache, not from sun

Modified:
    lenya/trunk/src/java/org/apache/lenya/util/ServletHelper.java

Modified: lenya/trunk/src/java/org/apache/lenya/util/ServletHelper.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/java/org/apache/lenya/util/ServletHelper.java?rev=415567&r1=415566&r2=415567&view=diff
==============================================================================
--- lenya/trunk/src/java/org/apache/lenya/util/ServletHelper.java (original)
+++ lenya/trunk/src/java/org/apache/lenya/util/ServletHelper.java Tue Jun 20 01:44:59 2006
@@ -32,12 +32,12 @@
 import org.apache.cocoon.environment.Request;
 import org.apache.excalibur.source.SourceNotFoundException;
 import org.apache.lenya.cms.cocoon.source.SourceUtil;
+import org.apache.xpath.XPathAPI;
 import org.w3c.dom.Document;
 import org.w3c.dom.Element;
 import org.w3c.dom.Node;
 import org.xml.sax.SAXException;
 
-import com.sun.org.apache.xpath.internal.XPathAPI;
 
 /**
  * Servlet utility class.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org