diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-08-07 13:59:36 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-08-07 13:59:36 -0700 |
commit | fe434414d6f7b47567817f4400354d6ad0e8a64d (patch) | |
tree | e3c99561eb7264672b65e36f89379c820a88e9ec /tmwcon/src/converter/Main.java | |
parent | 340d16c78289796140349ac29213c0fbf1bd9bb9 (diff) | |
download | tools-fe434414d6f7b47567817f4400354d6ad0e8a64d.tar.gz tools-fe434414d6f7b47567817f4400354d6ad0e8a64d.tar.bz2 tools-fe434414d6f7b47567817f4400354d6ad0e8a64d.tar.xz tools-fe434414d6f7b47567817f4400354d6ad0e8a64d.zip |
Update java converter per new standards
* Use end; instead of break;
* Indent with 4 spaces instead of tab
* Use pipe instead of tab as a separator
To avoid merge conflicts, I did not commit the changes from running the converter
Diffstat (limited to 'tmwcon/src/converter/Main.java')
-rw-r--r-- | tmwcon/src/converter/Main.java | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tmwcon/src/converter/Main.java b/tmwcon/src/converter/Main.java index 6c75fdc..cb22677 100644 --- a/tmwcon/src/converter/Main.java +++ b/tmwcon/src/converter/Main.java @@ -1,6 +1,8 @@ /* - * TMWServ to eAthena Converter (c) 2008 Jared Adams - * License: GPL, v2 or later + * Converter from Tiled .tmx files to tmwAthena .wlk and mob/warp scripts + * Copyright (c) 2008 Jared Adams + * Copyright (c) 2011 Ben Longbons + * License: GNU GPL, v2 or later */ package converter; |