We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032bcb1 commit 48e331aCopy full SHA for 48e331a
1 file changed
src/site/xdoc/description.xml
@@ -52,7 +52,7 @@ limitations under the License.
52
</p>
53
54
<source>
55
- InputStream in = new URL( "http://jakarta.apache.org" ).openStream();
+ InputStream in = new URL( "http://commons.apache.org" ).openStream();
56
try {
57
InputStreamReader inR = new InputStreamReader( in );
58
BufferedReader buf = new BufferedReader( inR );
@@ -69,7 +69,7 @@ limitations under the License.
69
70
71
72
73
74
System.out.println( IOUtils.toString( in ) );
75
} finally {
0 commit comments