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