fix #804 by removing old javadoc reference to org.eclipse.jetty.util.URI.charset

This commit is contained in:
Greg Wilkins 2016-08-03 09:16:56 +10:00
parent 131be3894b
commit a1885afff8
1 changed files with 0 additions and 4 deletions

View File

@ -34,10 +34,6 @@ import org.eclipse.jetty.util.log.Logger;
* communications ability, but it does assist with query string
* formatting.
* </p>
* <p>
* UTF-8 encoding is used by default for % encoded characters. This
* may be overridden with the org.eclipse.jetty.util.URI.charset system property.
* </p>
*
* @see UrlEncoded
*/