Author: nextgens
Date: 2007-03-07 19:42:44 +0000 (Wed, 07 Mar 2007)
New Revision: 12014
Modified:
trunk/apps/Thaw/src/thaw/core/Main.java
Log:
Thaw: indent
Modified: trunk/apps/Thaw/src/thaw/core/Main.java
===================================================================
--- trunk/apps/Thaw/src/thaw/core/Main.java 2007-03-07 19:41:23 UTC (rev
12013)
+++ trunk/apps/Thaw/src/thaw/core/Main.java 2007-03-07 19:42:44 UTC (rev
12014)
@@ -14,14 +14,14 @@
public class Main {
public final static int
- _major = 0,
- _minor = 6,
- _update = 3;
+ _major = 0,
+ _minor = 6,
+ _update = 3;
public final static String
- _svnBuildNumber = "@custom@";
+ _svnBuildNumber = "@custom@";
public final static String
- VERSION = Main._major + "." + Main._minor + "." + Main._update
+ " Beta r"+Main._svnBuildNumber;
+ VERSION = Main._major + "." + Main._minor + "." + Main._update + " Beta
r"+Main._svnBuildNumber;
/**
@@ -39,7 +39,7 @@
/**
* Used to start the program
*
- * @param args "-?", "-help", "--help", "/?", "/help", "-lf lookandfeel"
+ * @param args "-?", "-help", "--help", "/?", "/help", "-lf lookandfeel"
*/
public static void main(final String[] args) {
Core core;
@@ -113,7 +113,6 @@
System.out.println(" for the complete list");
System.exit(0);
-
}