glens       2002/07/29 06:28:44

  Modified:    src/java/org/apache/poi/hssf/dev BiffViewer.java
  Log:
  Removed useless autogenerated comment
  
  Revision  Changes    Path
  1.26      +0 -8      jakarta-poi/src/java/org/apache/poi/hssf/dev/BiffViewer.java
  
  Index: BiffViewer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/java/org/apache/poi/hssf/dev/BiffViewer.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- BiffViewer.java   29 Jul 2002 13:25:46 -0000      1.25
  +++ BiffViewer.java   29 Jul 2002 13:28:44 -0000      1.26
  @@ -247,14 +247,6 @@
       }
   
   
  -    /**
  -     *  Description of the Method
  -     *
  -     *@param  rectype          Description of the Parameter
  -     *@param  recsize          Description of the Parameter
  -     *@param  data             Description of the Parameter
  -     *@exception  IOException  Description of the Exception
  -     */
       private static void dump( short rectype, short recsize, byte[] data ) throws 
IOException
       {
           //                        System.out
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to