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 | 85c2bab39098e72a2a85ee857e97b6857cfe716a (patch) | |
tree | a31c288626358bbd7d94c271b45e8ae8040d94d8 /tools/tmwcon/src/converter/WLKInterface.java | |
parent | 221603c30eb260c2983afbd6b8682dfea8235e02 (diff) | |
download | serverdata-85c2bab39098e72a2a85ee857e97b6857cfe716a.tar.gz serverdata-85c2bab39098e72a2a85ee857e97b6857cfe716a.tar.bz2 serverdata-85c2bab39098e72a2a85ee857e97b6857cfe716a.tar.xz serverdata-85c2bab39098e72a2a85ee857e97b6857cfe716a.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 'tools/tmwcon/src/converter/WLKInterface.java')
-rw-r--r-- | tools/tmwcon/src/converter/WLKInterface.java | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/tmwcon/src/converter/WLKInterface.java b/tools/tmwcon/src/converter/WLKInterface.java index 16735244..29436fbf 100644 --- a/tools/tmwcon/src/converter/WLKInterface.java +++ b/tools/tmwcon/src/converter/WLKInterface.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; |