diff options
| author | Simon Rettberg | 2015-06-10 20:22:04 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2015-06-10 20:22:04 +0200 |
| commit | d684cd4dbdadb11a0017556e802bdf3141336f2b (patch) | |
| tree | d1f863957b2c0241b036fb9c82821e7f1df50023 /dozentenmodulserver/src/main/java/util | |
| parent | [server] Compiling again, still lots of stubs (diff) | |
| download | tutor-module-d684cd4dbdadb11a0017556e802bdf3141336f2b.tar.gz tutor-module-d684cd4dbdadb11a0017556e802bdf3141336f2b.tar.xz tutor-module-d684cd4dbdadb11a0017556e802bdf3141336f2b.zip | |
[server] db stuff, new interface, ...
Diffstat (limited to 'dozentenmodulserver/src/main/java/util')
| -rw-r--r-- | dozentenmodulserver/src/main/java/util/Formatter.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dozentenmodulserver/src/main/java/util/Formatter.java b/dozentenmodulserver/src/main/java/util/Formatter.java index 5c5982fb..2f6fbae2 100644 --- a/dozentenmodulserver/src/main/java/util/Formatter.java +++ b/dozentenmodulserver/src/main/java/util/Formatter.java @@ -7,7 +7,7 @@ import models.Configuration; import org.joda.time.format.DateTimeFormat; import org.joda.time.format.DateTimeFormatter; -import org.openslx.imagemaster.thrift.iface.UserInfo; +import org.openslx.bwlp.thrift.iface.UserInfo; public class Formatter { |
