Reorganized imports following #337

This commit is contained in:
Kohsuke Kawaguchi
2017-09-09 12:00:23 -07:00
parent b0f2a871c6
commit 17edd33703
26 changed files with 54 additions and 44 deletions

View File

@@ -1,11 +1,10 @@
package org.kohsuke.github;
import javax.annotation.CheckForNull;
import java.io.IOException;
import java.net.HttpURLConnection;
import java.net.URL;
import javax.annotation.CheckForNull;
/**
* {@link IOException} for http exceptions because {@link HttpURLConnection} throws un-discerned
* {@link IOException} and it can help to know the http response code to decide how to handle an