DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8762>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8762 [PATCH] Doc fix /hpsf/littleendian/DWord.java Summary: [PATCH] Doc fix /hpsf/littleendian/DWord.java Product: POI Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: HPFS AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] A DWord represents a 32 bit unsigned int. This is a Javadoc fix to indicate this. This is especially important since DWord has an intValue() method that returns a Java int (32 bit signed integer). This Javadoc comment is the first step in fixing DWord. cvs diff -u DWord.java Index: DWord.java =================================================================== RCS file: /home/cvspublic/jakarta- poi/src/java/org/apache/poi/hpsf/littleendian/DWord.java,v retrieving revision 1.2 diff -u -r1.2 DWord.java --- DWord.java 30 Apr 2002 03:51:02 -0000 1.2 +++ DWord.java 3 May 2002 03:55:41 -0000 @@ -64,6 +64,7 @@ /** * <p>Represents a double word (4 bytes).</p> + * <p>DWords map to unsigned 32 bit integers</p> * * @author Rainer Klute ([EMAIL PROTECTED]) * @version $Id: DWord.java,v 1.2 2002/04/30 03:51:02 acoliver Exp $
