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