Browse Source

Fix a Javadoc typo that crashes Checkstyle (yes, really)

Change-Id: Ib0ca5ad40a8e68a21c707941c7d533c9206a9129
tags/7.7.0.beta1
Johannes Dahlström 8 years ago
parent
commit
3982e93901
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      server/src/main/java/com/vaadin/server/JsonPaintTarget.java

+ 1
- 1
server/src/main/java/com/vaadin/server/JsonPaintTarget.java View File

@@ -158,7 +158,7 @@ public class JsonPaintTarget implements PaintTarget {
*
* @param tag
* the name of the end tag.
* @throws Paintexception
* @throws PaintException
* if the paint operation failed.
*/


Loading…
Cancel
Save