From e3dc9c26a156a2426d25f21fd51fe42f2646d962 Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Mon, 12 Jan 2015 09:51:14 +0200 Subject: Fix javadoc typo Change-Id: I1a44bd8f4a72dc399850585e4398c3e60d8ab0ea --- server/src/com/vaadin/server/VaadinRequest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 null if no path information is available. Does + * path is null if no path information is available. Does * always start with / if the path isn't null. * * @return a string with the path relative to the application. -- cgit v1.2.3