[izpack-changes] r1981 - izpack-src/trunk/src/lib/com/izforge/izpack/panels

noreply at berlios.de noreply at berlios.de
Sun Jan 13 14:29:59 CET 2008


Author: jponge
Date: 2008-01-13 14:29:57 +0100 (Sun, 13 Jan 2008)
New Revision: 1981

Modified:
   izpack-src/trunk/src/lib/com/izforge/izpack/panels/InstallPanelAutomationHelper.java
Log:
During auto-installation the period in this statement is inconsistent with the rest of the statements.
(Jeff Gordon via Julien Ponge)


Modified: izpack-src/trunk/src/lib/com/izforge/izpack/panels/InstallPanelAutomationHelper.java
===================================================================
--- izpack-src/trunk/src/lib/com/izforge/izpack/panels/InstallPanelAutomationHelper.java	2008-01-12 13:37:27 UTC (rev 1980)
+++ izpack-src/trunk/src/lib/com/izforge/izpack/panels/InstallPanelAutomationHelper.java	2008-01-13 13:29:57 UTC (rev 1981)
@@ -101,7 +101,7 @@
      */
     public void stopAction()
     {
-        System.out.println("[ Unpacking finished. ]");
+        System.out.println("[ Unpacking finished ]");
         boolean done = true;
     }
 



More information about the izpack-changes mailing list