You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by sa...@apache.org on 2004/03/04 05:30:46 UTC

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model GenericPropertyNode.java

sackley     2004/03/03 20:30:46

  Modified:    src/scratchpad/src/org/apache/poi/hwpf/model
                        GenericPropertyNode.java
  Log:
  trying to bring textmining.org up to sync
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/GenericPropertyNode.java
  
  Index: GenericPropertyNode.java
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/GenericPropertyNode.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- GenericPropertyNode.java	2 Mar 2004 06:22:01 -0000	1.1
  +++ GenericPropertyNode.java	4 Mar 2004 04:30:46 -0000	1.2
  @@ -8,7 +8,7 @@
       super(start, end, buf);
     }
   
  -  protected byte[] getBytes()
  +  public byte[] getBytes()
     {
       return (byte[])_buf;
     }
  
  
  

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