Skip to content

Commit

Permalink
Fix Findbugs issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vbauer committed Aug 5, 2018
1 parent 0d55d03 commit 4c00afe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import javax.lang.model.element.Modifier;
import javax.lang.model.element.TypeElement;
import javax.lang.model.type.TypeMirror;
import java.lang.annotation.Annotation;

/**
* @author Vladislav Bauer
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.github.vbauer.jackdaw.util;

import org.apache.commons.lang3.ArrayUtils;
import org.apache.commons.lang3.SystemUtils;

/**
* @author Vladislav Bauer
Expand Down

0 comments on commit 4c00afe

Please sign in to comment.