jdillon 2003/09/01 08:09:57
Modified: modules/common/src/java/org/apache/geronimo/common
Primitives.java
Log:
o Changed detail msg
Revision Changes Path
1.3 +2 -2
incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/Primitives.java
Index: Primitives.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/common/src/java/org/apache/geronimo/common/Primitives.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Primitives.java 27 Aug 2003 08:55:27 -0000 1.2
+++ Primitives.java 1 Sep 2003 15:09:57 -0000 1.3
@@ -158,7 +158,7 @@
{
if (value > Integer.MAX_VALUE || value < Integer.MIN_VALUE) {
throw new DataConversionException
- ("can not safly convert to int: " + value);
+ ("Can not safly convert to int: " + value);
}
return (int)value;