Add annotations to supress compiler warnings.

This commit is contained in:
jeb228 2010-11-18 20:30:22 +00:00
parent 6b750d946e
commit 98e55972ae

View file

@ -451,12 +451,14 @@ public class IndividualController extends FreemarkerHttpServlet {
return null;
}
@SuppressWarnings("unused")
private boolean checkForSunset(VitroRequest vreq, Individual entity) {
// TODO Auto-generated method stub
return false;
}
private boolean checkForHidden(VitroRequest vreq, Individual entity){
@SuppressWarnings("unused")
private boolean checkForHidden(VitroRequest vreq, Individual entity){
// TODO Auto-generated method stub
return false;
}