Author: veithen
Date: Fri Dec 12 14:39:01 2008
New Revision: 726145

URL: http://svn.apache.org/viewvc?rev=726145&view=rev
Log:
Removed a reference to some internal IBM stuff in one of the Javadoc comments.

Modified:
    
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/utils/ByteSearch.java

Modified: 
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/utils/ByteSearch.java
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/utils/ByteSearch.java?rev=726145&r1=726144&r2=726145&view=diff
==============================================================================
--- 
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/utils/ByteSearch.java
 (original)
+++ 
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/utils/ByteSearch.java
 Fri Dec 12 14:39:01 2008
@@ -34,9 +34,11 @@
 
     
     /**
-     * skipSearch
-     * Searches the com.ibm.env.source byte stream for the pattern
-     * in the indicated direction.
+     * Search a byte sequence for a given pattern. The method uses the
+     * skip search algorithm. The search can be performed in forward
+     * or backward direction, i.e. beginning from the start or end of the
+     * byte sequence.
+     * 
      * @param pattern  byte[] 
      * @param direction true if forward, false if backward
      * @param buffer byte[] to search


Reply via email to