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,8 +3,6 @@ package org.kohsuke.github;
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
import java.io.IOException;
import java.net.URL;
import java.util.Date;
import static org.kohsuke.github.Previews.SQUIRREL_GIRL;
/**