removed strange message from obsolete method ApplicationBean.getShortHand()

This commit is contained in:
brianjlowe 2011-07-12 14:34:11 +00:00
parent 7ab20aaeec
commit 62ba30d6bc

View file

@ -197,19 +197,18 @@ public class ApplicationBean {
return copyrightAnchor; return copyrightAnchor;
} }
// TODO deprecate or remove the following three legacy methods?
public String getRootBreadCrumbURL() { public String getRootBreadCrumbURL() {
return ""; return "";
//TODO implement me
} }
public String getRootBreadCrumbAnchor() { public String getRootBreadCrumbAnchor() {
return ""; return "";
//TODO implement me
} }
public String getShortHand() { public String getShortHand() {
return "implement ApplicationBean.getShortHand()"; return "";
// TODO implement me
} }
/** /**