Skip to content

Commit

Permalink
remove some PMD warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dickschoeller committed Jun 25, 2017
1 parent a7208ff commit 8d9acb6
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
import org.schoellerfamily.geoservice.client.GeoServiceClient;
import org.schoellerfamily.geoservice.model.GeoServiceItem;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;

Expand All @@ -39,6 +38,7 @@
*/
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(classes = { TestConfiguration.class })
@SuppressWarnings("PMD.ExcessiveImports")
public class IndexByPlaceRendererTest {
/** Logger. */
private final Log logger = LogFactory.getLog(getClass());
Expand Down Expand Up @@ -71,10 +71,6 @@ public class IndexByPlaceRendererTest {
/** */
private RenderingContext adminContext;

/** */
@Value("${geoservice.keyfile:/var/lib/gedbrowser/google-geocoding-key}")
private transient String keyfile;

/** */
@Before
public void init() {
Expand Down

0 comments on commit 8d9acb6

Please sign in to comment.