style: remove unused imports and standardized indentation
remove unused imports and standardized indentation
This commit is contained in:
parent
c1628e398d
commit
749e545448
7 changed files with 7 additions and 11 deletions
|
@ -48,7 +48,6 @@ import java.util.concurrent.ConcurrentHashMap;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
import com.rometools.modules.base.GoogleBaseImpl;
|
||||
import com.rometools.rome.feed.impl.EqualsBean;
|
||||
import com.rometools.rome.feed.impl.ToStringBean;
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@ import org.jdom2.Namespace;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
import com.rometools.modules.base.GoogleBaseImpl;
|
||||
import com.rometools.modules.georss.geometries.AbstractGeometry;
|
||||
import com.rometools.modules.georss.geometries.Point;
|
||||
import com.rometools.modules.georss.geometries.Position;
|
||||
|
|
|
@ -21,7 +21,6 @@ import java.util.List;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
import com.rometools.modules.base.GoogleBaseImpl;
|
||||
import com.rometools.modules.opensearch.OpenSearchModule;
|
||||
import com.rometools.modules.opensearch.entity.OSQuery;
|
||||
import com.rometools.rome.feed.CopyFrom;
|
||||
|
|
|
@ -20,7 +20,6 @@ import java.util.Date;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
import com.rometools.modules.base.GoogleBaseImpl;
|
||||
import com.rometools.rome.feed.CopyFrom;
|
||||
import com.rometools.rome.feed.rss.Item;
|
||||
|
||||
|
|
Loading…
Reference in a new issue