sackley     2004/03/14 18:57:35

  Modified:    src/scratchpad/src/org/apache/poi/hwpf HWPFDocument.java
  Log:
  javadoc and a minor fix
  
  Revision  Changes    Path
  1.9       +1 -1      
jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/HWPFDocument.java
  
  Index: HWPFDocument.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/HWPFDocument.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- HWPFDocument.java 10 Mar 2004 04:18:51 -0000      1.8
  +++ HWPFDocument.java 15 Mar 2004 02:57:35 -0000      1.9
  @@ -392,7 +392,7 @@
       return _dataStream;
     }
   
  -  public int registerList(List list)
  +  public int registerList(HWPFList list)
     {
       if (_lt == null)
       {
  
  
  

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

Reply via email to