WW-4762 Drops unused imports

This commit is contained in:
Lukasz Lenart
2017-04-26 11:56:09 +02:00
parent 45d1a49131
commit 3ffc9b8450
3 changed files with 1 additions and 9 deletions
@@ -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;