Remove unused imports

Especially also remove the unsued import of
javax.xml.bind.DatatypeConverter from GHContent which is non-public API
as of Java 8
This commit is contained in:
Sebastian Kürten
2017-02-09 18:13:54 +01:00
parent 1f4325e7db
commit fafe6b0ff7
19 changed files with 0 additions and 31 deletions

View File

@@ -3,7 +3,6 @@ package org.kohsuke.github;
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
import java.net.URL;
import java.util.Collection;
import java.util.Date;
import java.util.List;
/**