Skip to content

Commit

Permalink
Merge pull request #1834 from geoand/cleanup
Browse files Browse the repository at this point in the history
Remove now unused field
  • Loading branch information
geoand committed Apr 3, 2019
2 parents 7bdf82e + 3d16787 commit c99d0de
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import java.util.Set;

import javax.enterprise.inject.spi.BeanManager;
import javax.enterprise.inject.spi.InjectionPoint;
import javax.inject.Inject;
import javax.inject.Qualifier;

Expand All @@ -16,8 +15,6 @@

public class ArcTestResourceProvider implements TestResourceProvider {

public static final Annotation[] EMPTY_ANNOTATION_ARRAY = new Annotation[0];

@Override
public void inject(Object test) {
Class<?> c = test.getClass();
Expand Down

0 comments on commit c99d0de

Please sign in to comment.