Fixing javadoc on HttpURI.getPath()

This commit is contained in:
Joakim Erdfelt 2015-06-30 17:46:09 -07:00
parent e576271082
commit f299979989
1 changed files with 1 additions and 1 deletions

View File

@ -578,7 +578,7 @@ public class HttpURI
/**
* The parsed Path.
*
* @return the path as parsed, or null if undefined
* @return the path as parsed on valid URI. null for invalid URI.
*/
public String getPath()
{