]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix javadoc typo
authorLeif Åstrand <leif@vaadin.com>
Mon, 12 Jan 2015 07:51:14 +0000 (09:51 +0200)
committerVaadin Code Review <review@vaadin.com>
Mon, 12 Jan 2015 11:07:08 +0000 (11:07 +0000)
Change-Id: I1a44bd8f4a72dc399850585e4398c3e60d8ab0ea

server/src/com/vaadin/server/VaadinRequest.java

index 538e0af598b3f2e3555f72d590de6c3bc63f454e..5b7e16ac4659ccd4262a6c07fcf50022aa8ba198 100644 (file)
@@ -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.