in servlet-trivial/src/main/java/com/superbiz/servlet/UpperCaseService.java [26:28]
public String upperCase(String txt) { return txt.toUpperCase(); }