acoliver 2003/09/04 13:05:03
Modified: src/testcases/org/apache/poi/hpsf/basic TestWrite.java
Log:
JDK 1.3 compilation issue
Revision Changes Path
1.4 +3 -3
jakarta-poi/src/testcases/org/apache/poi/hpsf/basic/TestWrite.java
Index: TestWrite.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/testcases/org/apache/poi/hpsf/basic/TestWrite.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TestWrite.java 1 Sep 2003 18:54:23 -0000 1.3
+++ TestWrite.java 4 Sep 2003 20:05:03 -0000 1.4
@@ -231,7 +231,7 @@
catch (Exception ex)
{
ex.printStackTrace();
- throw new RuntimeException(ex);
+ throw new RuntimeException(ex.toString());
}
}
@@ -259,7 +259,7 @@
catch (Exception ex)
{
ex.printStackTrace();
- throw new RuntimeException(ex);
+ throw new RuntimeException(ex.toString());
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]