src/java/de/uhilger/um/api/UserMgr.java @@ -24,4 +24,8 @@ return user; } public String hallo() { return "Hallo Welt"; } }