You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by du...@apache.org on 2001/05/21 22:53:14 UTC

cvs commit: xml-soap/java/src/org/apache/soap/util StringUtils.java

duftler     01/05/21 13:53:14

  Modified:    java/src/org/apache/soap/util StringUtils.java
  Log:
  Removed some extraneous CVS tags.
  
  Revision  Changes    Path
  1.5       +1 -4      xml-soap/java/src/org/apache/soap/util/StringUtils.java
  
  Index: StringUtils.java
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/src/org/apache/soap/util/StringUtils.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- StringUtils.java	2000/11/08 12:58:28	1.4
  +++ StringUtils.java	2001/05/21 20:53:11	1.5
  @@ -55,8 +55,6 @@
    * <http://www.apache.org/>.
    */
   
  -/* $Id: StringUtils.java,v 1.4 2000/11/08 12:58:28 dug Exp $ */
  -
   package org.apache.soap.util;
   
   import java.io.*;
  @@ -68,8 +66,7 @@
   /**
    * Deals with strings (probably need to elaborate some more).
    *
  - * @version  $Revision: 1.4 $
  - * @author   Matthew J. Duftler
  + * @author Matthew J. Duftler
    */
   public class StringUtils
   {