Improved text of example cases.

This commit is contained in:
Christian P. MOMON 2016-09-22 15:03:32 +02:00
parent aee88623d6
commit a182be73a1

View file

@ -45,11 +45,17 @@
</tr> </tr>
<tr> <tr>
<td>File</td> <td>File</td>
<td>new Page("/home/foo/files/index.html")</td> <td>
new Page("/home/foo/files/index.html")<br/>
new Page(new File("/home/foo/files/index.html"))
</td>
</tr> </tr>
<tr> <tr>
<td>URL from network</td> <td>URL from network</td>
<td>new Page("http://www.devinsy.fr/foo/index.html")</td> <td>
new Page("http://www.devinsy.fr/foo/index.html")<br/>
new Page(new URL("http://www.devinsy.fr/foo/index.html"))
</td>
</tr> </tr>
<tr> <tr>
<td>URL from Java package</td> <td>URL from Java package</td>