mirror of
https://github.com/apache/struts.git
synced 2026-08-07 15:46:57 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user