浏览代码

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

Change-Id: Ib0ca5ad40a8e68a21c707941c7d533c9206a9129
tags/7.7.0.beta1
Johannes Dahlström 8 年前
父节点
当前提交
3982e93901
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      server/src/main/java/com/vaadin/server/JsonPaintTarget.java

+ 1
- 1
server/src/main/java/com/vaadin/server/JsonPaintTarget.java 查看文件

@@ -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.
*/


正在加载...
取消
保存