Fix a comment
This commit is contained in:
parent
dade794525
commit
e61c6835b9
1 changed files with 0 additions and 2 deletions
|
@ -8,7 +8,6 @@ import java.util.List;
|
||||||
import edu.cornell.mannlib.vedit.beans.Option;
|
import edu.cornell.mannlib.vedit.beans.Option;
|
||||||
import edu.cornell.mannlib.vitro.webapp.beans.ResourceBean;
|
import edu.cornell.mannlib.vitro.webapp.beans.ResourceBean;
|
||||||
import edu.cornell.mannlib.vitro.webapp.beans.BaseResourceBean;
|
import edu.cornell.mannlib.vitro.webapp.beans.BaseResourceBean;
|
||||||
import edu.cornell.mannlib.vitro.webapp.filters.VitroRequestPrep;
|
|
||||||
|
|
||||||
import org.apache.commons.logging.Log;
|
import org.apache.commons.logging.Log;
|
||||||
import org.apache.commons.logging.LogFactory;
|
import org.apache.commons.logging.LogFactory;
|
||||||
|
@ -44,7 +43,6 @@ public class RoleLevelOptionsSetup {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static List<Option> getUpdateOptionsList(ResourceBean b) {
|
public static List<Option> getUpdateOptionsList(ResourceBean b) {
|
||||||
// if make changes here, make sure to change SelfEditingPolicySetup and CuratorEditingPolicySetup
|
|
||||||
List<Option> prohibitedFromUpdateList = new LinkedList<Option>();
|
List<Option> prohibitedFromUpdateList = new LinkedList<Option>();
|
||||||
try {
|
try {
|
||||||
BaseResourceBean.RoleLevel currentLevel = b.getProhibitedFromUpdateBelowRoleLevel();
|
BaseResourceBean.RoleLevel currentLevel = b.getProhibitedFromUpdateBelowRoleLevel();
|
||||||
|
|
Loading…
Add table
Reference in a new issue