Skip to content

Commit 48e331a

Browse files
committed
IO is now hosted at commons
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1500267 13f79535-47bb-0310-9956-ffa450edef68
1 parent 032bcb1 commit 48e331a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/site/xdoc/description.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ limitations under the License.
5252
</p>
5353

5454
<source>
55-
InputStream in = new URL( "http://jakarta.apache.org" ).openStream();
55+
InputStream in = new URL( "http://commons.apache.org" ).openStream();
5656
try {
5757
InputStreamReader inR = new InputStreamReader( in );
5858
BufferedReader buf = new BufferedReader( inR );
@@ -69,7 +69,7 @@ limitations under the License.
6969
</p>
7070

7171
<source>
72-
InputStream in = new URL( "http://jakarta.apache.org" ).openStream();
72+
InputStream in = new URL( "http://commons.apache.org" ).openStream();
7373
try {
7474
System.out.println( IOUtils.toString( in ) );
7575
} finally {

0 commit comments

Comments
 (0)