You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by gl...@apache.org on 2004/02/10 23:09:50 UTC

cvs commit: jakarta-poi/src/java/org/apache/poi/dev RecordGenerator.java

glens       2004/02/10 14:09:50

  Modified:    src/java/org/apache/poi/dev Tag: REL_2_BRANCH
                        RecordGenerator.java
  Log:
  Changes to the record generator to support the new record types
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.5.2.1   +0 -9      jakarta-poi/src/java/org/apache/poi/dev/RecordGenerator.java
  
  Index: RecordGenerator.java
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/java/org/apache/poi/dev/RecordGenerator.java,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- RecordGenerator.java	30 Apr 2003 04:39:19 -0000	1.5
  +++ RecordGenerator.java	10 Feb 2004 22:09:50 -0000	1.5.2.1
  @@ -88,15 +88,6 @@
       }
   
   
  -    /**
  -     *  Description of the Method
  -     *
  -     *@param  defintionsDir   Description of the Parameter
  -     *@param  recordStyleDir  Description of the Parameter
  -     *@param  destSrcPathDir  Description of the Parameter
  -     *@param  testSrcPathDir  Description of the Parameter
  -     *@exception  Exception   Description of the Exception
  -     */
       private static void generateRecords(String defintionsDir, String recordStyleDir, String destSrcPathDir, String testSrcPathDir)
                throws Exception {
           File definitionsFile = new File(defintionsDir);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: poi-dev-help@jakarta.apache.org