Skip to content

Commit

Permalink
Cleans up warnings for unused imports, deprecated static import
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Shin committed Feb 7, 2013
1 parent f4e0a03 commit 8ab918f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Expand Up @@ -4,7 +4,6 @@
import static org.junit.Assert.fail;

import java.io.ByteArrayInputStream;
import java.io.UnsupportedEncodingException;
import java.util.List;

import javax.inject.Inject;
Expand All @@ -22,14 +21,12 @@
import org.apache.abdera.Abdera;
import org.apache.abdera.model.Category;
import org.apache.abdera.model.Entry;
import org.apache.abdera.parser.ParseException;
import org.apache.abdera.parser.Parser;
import org.apache.activemq.ActiveMQConnectionFactory;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.modeshape.common.SystemFailureException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.test.context.ContextConfiguration;
Expand Down
@@ -1,6 +1,6 @@
package org.fcrepo.observer;

import static junit.framework.Assert.assertEquals;
import static org.junit.Assert.assertEquals;

import javax.inject.Inject;
import javax.jcr.Repository;
Expand Down

0 comments on commit 8ab918f

Please sign in to comment.