Browse Source

Fix javadoc typo

Change-Id: I1a44bd8f4a72dc399850585e4398c3e60d8ab0ea
tags/7.4.0.beta2
Leif Åstrand 9 years ago
parent
commit
e3dc9c26a1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      server/src/com/vaadin/server/VaadinRequest.java

+ 1
- 1
server/src/com/vaadin/server/VaadinRequest.java View 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.

Loading…
Cancel
Save