You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2010/01/09 16:04:36 UTC

svn commit: r897467 - /directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/util/StringTools.java

Author: seelmann
Date: Sat Jan  9 15:04:36 2010
New Revision: 897467

URL: http://svn.apache.org/viewvc?rev=897467&view=rev
Log:
Removed import to com.sun

Modified:
    directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/util/StringTools.java

Modified: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/util/StringTools.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/util/StringTools.java?rev=897467&r1=897466&r2=897467&view=diff
==============================================================================
--- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/util/StringTools.java (original)
+++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/util/StringTools.java Sat Jan  9 15:04:36 2010
@@ -39,8 +39,6 @@
 import org.apache.directory.shared.ldap.entry.client.ClientBinaryValue;
 import org.apache.directory.shared.ldap.entry.client.ClientStringValue;
 
-import com.sun.org.apache.regexp.internal.RESyntaxException;
-
 
 /**
  * Various string manipulation methods that are more efficient then chaining
@@ -800,7 +798,7 @@
      * @param finalPattern
      *            the final fragment after last wildcard if any
      * @return the regular expression for the substring match filter
-     * @throws RESyntaxException
+     * @throws PatternSyntaxException
      *             if a syntactically correct regular expression cannot be
      *             compiled
      */
@@ -842,7 +840,7 @@
      * @param ldapRegex
      *            the substring match expression
      * @return the regular expression for the substring match filter
-     * @throws RESyntaxException
+     * @throws PatternSyntaxException
      *             if a syntactically correct regular expression cannot be
      *             compiled
      */