mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8213490: Networking area typos and inconsistencies cleanup
Reviewed-by: alanb, chegar, dfuchs
This commit is contained in:
parent
56db122656
commit
8c361a3e74
42 changed files with 87 additions and 87 deletions
|
@ -861,9 +861,9 @@ public final class URI
|
|||
*
|
||||
* <p> This method is provided for use in situations where it is known that
|
||||
* the given string is a legal URI, for example for URI constants declared
|
||||
* within in a program, and so it would be considered a programming error
|
||||
* within a program, and so it would be considered a programming error
|
||||
* for the string not to parse as such. The constructors, which throw
|
||||
* {@link URISyntaxException} directly, should be used situations where a
|
||||
* {@link URISyntaxException} directly, should be used in situations where a
|
||||
* URI is being constructed from user input or from some other source that
|
||||
* may be prone to errors. </p>
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue