Gradle: improve scripts, #46

This commit is contained in:
Emux
2016-07-22 09:55:45 +03:00
parent c88b2799b1
commit 4904eaf2d3
5 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ import java.util.concurrent.TimeUnit;
* connection.doGet("http://www.google.com");
* InputStream stream = connection.getStream();
* if (stream != null) {
* //use this stream, for buffer reading, or XML SAX parsing, or whatever...
* //use this stream, for buffer reading, or XML SAX parsing, or whatever...
* }
* connection.close();</pre>
*/