mrglavas 2005/05/15 13:38:40
Modified: java/src/org/apache/xerces/xs/datatypes XSDecimal.java
Log:
Minor javadoc change.
Revision Changes Path
1.4 +4 -4
xml-xerces/java/src/org/apache/xerces/xs/datatypes/XSDecimal.java
Index: XSDecimal.java
===================================================================
RCS file:
/home/cvs/xml-xerces/java/src/org/apache/xerces/xs/datatypes/XSDecimal.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XSDecimal.java 15 May 2005 20:37:23 -0000 1.3
+++ XSDecimal.java 15 May 2005 20:38:40 -0000 1.4
@@ -46,19 +46,19 @@
/**
* @return the int value representation of this object
- * @exception NumberFormatException if the value cannot be represented
as a int
+ * @exception NumberFormatException if the value cannot be represented
as a <code>int</code>
*/
public int getInt() throws NumberFormatException;
/**
* @return the short value representation of this object
- * @exception NumberFormatException if the value cannot be represented
as a short
+ * @exception NumberFormatException if the value cannot be represented
as a <code>short</code>
*/
public short getShort() throws NumberFormatException;
/**
* @return the byte value representation of this object
- * @exception NumberFormatException if the value cannot be represented
as a byte
+ * @exception NumberFormatException if the value cannot be represented
as a <code>byte</code>
*/
public byte getByte() throws NumberFormatException;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]