mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-03 15:50:52 +00:00
Add JavaDocs
Do using IntelliJ JavaDocs plugin. Better to have something than nothing.
This commit is contained in:
@@ -17,6 +17,12 @@ import java.net.URL;
|
||||
public interface HttpConnector {
|
||||
/**
|
||||
* Opens a connection to the given URL.
|
||||
*
|
||||
* @param url
|
||||
* the url
|
||||
* @return the http url connection
|
||||
* @throws IOException
|
||||
* the io exception
|
||||
*/
|
||||
HttpURLConnection connect(URL url) throws IOException;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user