diff options
| author | Jonathan Bauer | 2014-09-11 15:00:28 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-09-11 15:00:28 +0200 |
| commit | afd4abcd1902971384f14515fe97646947b66f94 (patch) | |
| tree | 4ad51b4af5a7a8384d9a1ce8dcc8fae0f177f563 /Dozentenmodul/src/main/java/models/Version.java | |
| parent | OS dependent path for config file (diff) | |
| download | tutor-module-afd4abcd1902971384f14515fe97646947b66f94.tar.gz tutor-module-afd4abcd1902971384f14515fe97646947b66f94.tar.xz tutor-module-afd4abcd1902971384f14515fe97646947b66f94.zip | |
lower case names for folder please
Diffstat (limited to 'Dozentenmodul/src/main/java/models/Version.java')
| -rw-r--r-- | Dozentenmodul/src/main/java/models/Version.java | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/Dozentenmodul/src/main/java/models/Version.java b/Dozentenmodul/src/main/java/models/Version.java deleted file mode 100644 index b44819e4..00000000 --- a/Dozentenmodul/src/main/java/models/Version.java +++ /dev/null @@ -1,24 +0,0 @@ -package models; - -public class Version { - - private static String Version = "1.06"; - private static String BuildDate = "04.09.2014"; - - - public static String getVersion() { - return Version; - } - public static void setVersion(String version) { - Version = version; - } - public static String getBuildDate() { - return BuildDate; - } - public static void setBuildDate(String buildDate) { - BuildDate = buildDate; - } - - - -} |
