NIHVIVO-2211 Clean up import statements in 39 classes that imported JenaNetIdPolicy.ContextSetup but never used it.

This commit is contained in:
jeb228 2011-03-08 20:51:55 +00:00
parent a2990e48be
commit 26509906c7
39 changed files with 298 additions and 344 deletions

View file

@ -2,14 +2,13 @@
package edu.cornell.mannlib.vedit.util;
import java.lang.reflect.Method;
import java.lang.reflect.InvocationTargetException;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import edu.cornell.mannlib.vedit.beans.EditProcessObject;
import edu.cornell.mannlib.vitro.webapp.auth.policy.JenaNetidPolicy.ContextSetup;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import edu.cornell.mannlib.vedit.beans.EditProcessObject;
public class OperationUtils{

View file

@ -36,13 +36,9 @@ package edu.cornell.mannlib.vedit.util;
*/
import java.io.*;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import edu.cornell.mannlib.vitro.webapp.auth.policy.JenaNetidPolicy.ContextSetup;
/**
* Stemmer, implementing the Porter Stemming Algorithm
*