Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2015-07-01 00:46:09 +0000
committerJoakim Erdfelt2015-07-01 00:46:09 +0000
commitf29997998910681ebc9885678616e38792c59209 (patch)
tree6928cde8c2173deb81d8df08e64d61c80a90df3b /jetty-http
parente576271082050131ffa5d73a6560d1a9929554f3 (diff)
downloadorg.eclipse.jetty.project-f29997998910681ebc9885678616e38792c59209.tar.gz
org.eclipse.jetty.project-f29997998910681ebc9885678616e38792c59209.tar.xz
org.eclipse.jetty.project-f29997998910681ebc9885678616e38792c59209.zip
Fixing javadoc on HttpURI.getPath()
Diffstat (limited to 'jetty-http')
-rw-r--r--jetty-http/src/main/java/org/eclipse/jetty/http/HttpURI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-http/src/main/java/org/eclipse/jetty/http/HttpURI.java b/jetty-http/src/main/java/org/eclipse/jetty/http/HttpURI.java
index 0c79193850..e5d32976ef 100644
--- a/jetty-http/src/main/java/org/eclipse/jetty/http/HttpURI.java
+++ b/jetty-http/src/main/java/org/eclipse/jetty/http/HttpURI.java
@@ -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()
{

Back to the top