diff options
| author | 2016-08-14 21:41:07 +0200 | |
|---|---|---|
| committer | 2016-08-14 21:41:07 +0200 | |
| commit | 8ec1ffe8b78463fc56b01b6dec13614130878feb (patch) | |
| tree | 6d71ee4af61362dd9c10c6e785778a8336adb41d /src/main/java/cuchaz/enigma/Constants.java | |
| parent | Fix remapping of methods in children class with interfaces (diff) | |
| download | enigma-fork-8ec1ffe8b78463fc56b01b6dec13614130878feb.tar.gz enigma-fork-8ec1ffe8b78463fc56b01b6dec13614130878feb.tar.xz enigma-fork-8ec1ffe8b78463fc56b01b6dec13614130878feb.zip | |
Propagate arguments remapping to children classes
TODO: support support not identical behavior (constructors)
Diffstat (limited to 'src/main/java/cuchaz/enigma/Constants.java')
| -rw-r--r-- | src/main/java/cuchaz/enigma/Constants.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/cuchaz/enigma/Constants.java b/src/main/java/cuchaz/enigma/Constants.java index c6a5825..25fe106 100644 --- a/src/main/java/cuchaz/enigma/Constants.java +++ b/src/main/java/cuchaz/enigma/Constants.java | |||
| @@ -12,7 +12,7 @@ package cuchaz.enigma; | |||
| 12 | 12 | ||
| 13 | public class Constants { | 13 | public class Constants { |
| 14 | public static final String NAME = "Enigma"; | 14 | public static final String NAME = "Enigma"; |
| 15 | public static final String VERSION = "0.2 - Beta"; | 15 | public static final String VERSION = "0.11.0 (Chorus Fork)"; |
| 16 | public static final String URL = "http://www.cuchazinteractive.com/enigma"; | 16 | public static final String URL = "http://www.cuchazinteractive.com/enigma"; |
| 17 | public static final int MiB = 1024 * 1024; // 1 mebibyte | 17 | public static final int MiB = 1024 * 1024; // 1 mebibyte |
| 18 | public static final int KiB = 1024; // 1 kebibyte | 18 | public static final int KiB = 1024; // 1 kebibyte |