style: remove unused imports and standardized indentation

remove unused imports and standardized indentation
This commit is contained in:
Ignacio Domingo Martínez 2015-11-26 10:00:22 +01:00
parent c1628e398d
commit 749e545448
7 changed files with 7 additions and 11 deletions

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;