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
|
@ -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 "";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue