[izpack-changes] r1611 - izpack-src/branches/branch-3.9/src/lib/com/izforge/izpack/util/os/unix
noreply at berlios.de
noreply at berlios.de
Sun Sep 24 20:59:32 CEST 2006
Author: eppelman
Date: 2006-09-24 20:59:31 +0200 (Sun, 24 Sep 2006)
New Revision: 1611
Modified:
izpack-src/branches/branch-3.9/src/lib/com/izforge/izpack/util/os/unix/ShellScript.java
Log:
Revision3.9: Javadoc.maintenance
Modified: izpack-src/branches/branch-3.9/src/lib/com/izforge/izpack/util/os/unix/ShellScript.java
===================================================================
--- izpack-src/branches/branch-3.9/src/lib/com/izforge/izpack/util/os/unix/ShellScript.java 2006-09-24 18:50:22 UTC (rev 1610)
+++ izpack-src/branches/branch-3.9/src/lib/com/izforge/izpack/util/os/unix/ShellScript.java 2006-09-24 18:59:31 UTC (rev 1611)
@@ -61,7 +61,7 @@
/** lh = lf + H = "\n#" */
private final static String lh = lf + H;
- /** the explanation header for thia genreated script */
+ /** the explanation header for this generated script */
private final static String explanation = lh + "This is an automatically generated Script."
+ lh + "Usually this can be removed if the Generator " + lh
+ "was unable to remove the script after execution." + lf;
@@ -69,7 +69,7 @@
/** "Generated at: " + new Date().toString() */
private static String currentDateMsg = "Generated at: " + new Date().toString();
- /** the header of the shellscript */
+ /** the header of this ShellScript */
private final static String header = lf + explanation + lf + H + Generator + lf + H + SCM_ID
+ lf + H + Author + lf + H + Revision + lf + H + currentDateMsg + lf + lf;
More information about the izpack-changes
mailing list