summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2015-01-12 09:51:14 +0200
committerVaadin Code Review <review@vaadin.com>2015-01-12 11:07:08 +0000
commite3dc9c26a156a2426d25f21fd51fe42f2646d962 (patch)
treeb522c5250e7b5acb0637b19d65e3f54cc100f76b
parent3f27e02f121c0a39b217532afcf9530bfd2caba7 (diff)
downloadvaadin-framework-e3dc9c26a156a2426d25f21fd51fe42f2646d962.tar.gz
vaadin-framework-e3dc9c26a156a2426d25f21fd51fe42f2646d962.zip
Fix javadoc typo
Change-Id: I1a44bd8f4a72dc399850585e4398c3e60d8ab0ea
-rw-r--r--server/src/com/vaadin/server/VaadinRequest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/server/VaadinRequest.java b/server/src/com/vaadin/server/VaadinRequest.java
index 538e0af598..5b7e16ac46 100644
--- a/server/src/com/vaadin/server/VaadinRequest.java
+++ b/server/src/com/vaadin/server/VaadinRequest.java
@@ -123,7 +123,7 @@ public interface VaadinRequest extends Serializable {
/**
* Gets the path of the requested resource relative to the application. The
- * path be <code>null</code> if no path information is available. Does
+ * path is <code>null</code> if no path information is available. Does
* always start with / if the path isn't <code>null</code>.
*
* @return a string with the path relative to the application.