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

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