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,12 +451,14 @@ public class IndividualController extends FreemarkerHttpServlet {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SuppressWarnings("unused")
|
||||||
private boolean checkForSunset(VitroRequest vreq, Individual entity) {
|
private boolean checkForSunset(VitroRequest vreq, Individual entity) {
|
||||||
// TODO Auto-generated method stub
|
// TODO Auto-generated method stub
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean checkForHidden(VitroRequest vreq, Individual entity){
|
@SuppressWarnings("unused")
|
||||||
|
private boolean checkForHidden(VitroRequest vreq, Individual entity){
|
||||||
// TODO Auto-generated method stub
|
// TODO Auto-generated method stub
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue