mirror of
https://github.com/apache/struts.git
synced 2026-08-31 19:35:40 +00:00
WW-4762 Drops unused imports
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
package com.opensymphony.xwork2;
|
||||
|
||||
import com.opensymphony.xwork2.inject.Inject;
|
||||
import com.opensymphony.xwork2.util.DefaultLocalizedTextProvider;
|
||||
import com.opensymphony.xwork2.util.ValueStack;
|
||||
|
||||
import java.io.Serializable;
|
||||
@@ -27,12 +26,7 @@ import java.util.List;
|
||||
import java.util.ResourceBundle;
|
||||
|
||||
/**
|
||||
* DefaultTextProvider gets texts from only the default resource bundles associated with the
|
||||
* LocalizedTextUtil.
|
||||
*
|
||||
* @author Jason Carreira jcarreira@gmail.com
|
||||
* @author Rainer Hermanns
|
||||
* @see DefaultLocalizedTextProvider#addDefaultResourceBundle(String)
|
||||
* DefaultTextProvider gets texts from only the default resource bundles associated with the default bundles.
|
||||
*/
|
||||
public class DefaultTextProvider implements TextProvider, Serializable, Unchainable {
|
||||
|
||||
|
||||
@@ -32,7 +32,6 @@ import com.opensymphony.xwork2.inject.ContainerBuilder;
|
||||
import com.opensymphony.xwork2.inject.Inject;
|
||||
import com.opensymphony.xwork2.interceptor.Interceptor;
|
||||
import com.opensymphony.xwork2.util.ClassLoaderUtil;
|
||||
import com.opensymphony.xwork2.util.DefaultLocalizedTextProvider;
|
||||
import com.opensymphony.xwork2.util.ValueStack;
|
||||
import com.opensymphony.xwork2.util.ValueStackFactory;
|
||||
import com.opensymphony.xwork2.util.location.LocatableProperties;
|
||||
|
||||
@@ -23,7 +23,6 @@ package org.apache.struts2.config;
|
||||
|
||||
import com.opensymphony.xwork2.inject.Container;
|
||||
import com.opensymphony.xwork2.inject.ContainerBuilder;
|
||||
import com.opensymphony.xwork2.util.DefaultLocalizedTextProvider;
|
||||
import com.opensymphony.xwork2.util.location.LocatableProperties;
|
||||
import junit.framework.TestCase;
|
||||
import org.apache.commons.lang3.LocaleUtils;
|
||||
|
||||
Reference in New Issue
Block a user