WW-4227 Removes wrong class reference

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1546515 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Lukasz Lenart
2013-11-29 07:27:16 +00:00
parent 7fde346b32
commit 902d276972
@@ -25,14 +25,11 @@ import com.opensymphony.xwork2.util.location.Location;
import com.opensymphony.xwork2.util.logging.Logger;
import com.opensymphony.xwork2.util.logging.LoggerFactory;
import org.apache.struts2.StrutsConstants;
import org.apache.struts2.security.DefaultSecurityGate;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.StringTokenizer;
/**
* DefaultSettings implements optional methods of Settings.
* <p>
@@ -41,7 +38,7 @@ import java.util.StringTokenizer;
*/
public class DefaultSettings implements Settings {
private static final Logger LOG = LoggerFactory.getLogger(DefaultSecurityGate.class);
private static final Logger LOG = LoggerFactory.getLogger(DefaultSettings.class);
/**
* The Settings object that handles API calls.