Add annotations to supress compiler warnings.
This commit is contained in:
parent
6b750d946e
commit
98e55972ae
1 changed files with 3 additions and 1 deletions
|
@ -451,11 +451,13 @@ public class IndividualController extends FreemarkerHttpServlet {
|
|||
return null;
|
||||
}
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
private boolean checkForSunset(VitroRequest vreq, Individual entity) {
|
||||
// TODO Auto-generated method stub
|
||||
return false;
|
||||
}
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
private boolean checkForHidden(VitroRequest vreq, Individual entity){
|
||||
// TODO Auto-generated method stub
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue