klute 2004/06/09 10:50:48
Modified: src/examples/src/org/apache/poi/hpsf/examples
WriteAuthorAndTitle.java
Log:
- Usage message fixed.
Revision Changes Path
1.6 +2 -3
jakarta-poi/src/examples/src/org/apache/poi/hpsf/examples/WriteAuthorAndTitle.java
Index: WriteAuthorAndTitle.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/examples/src/org/apache/poi/hpsf/examples/WriteAuthorAndTitle.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- WriteAuthorAndTitle.java 9 Apr 2004 13:05:14 -0000 1.5
+++ WriteAuthorAndTitle.java 9 Jun 2004 17:50:48 -0000 1.6
@@ -1,4 +1,3 @@
-
/* ====================================================================
Copyright 2002-2004 Apache Software Foundation
@@ -101,7 +100,7 @@
if (args.length != 2)
{
System.err.println("Usage: " + WriteAuthorAndTitle.class.getName() +
- "originPOIFS destinationPOIFS");
+ " originPOIFS destinationPOIFS");
System.exit(1);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]