removed strange message from obsolete method ApplicationBean.getShortHand()
This commit is contained in:
parent
7ab20aaeec
commit
62ba30d6bc
1 changed files with 4 additions and 5 deletions
|
@ -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
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue