Explorar el Código

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

Change-Id: Ib0ca5ad40a8e68a21c707941c7d533c9206a9129
tags/7.7.0.beta1
Johannes Dahlström hace 8 años
padre
commit
3982e93901
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      server/src/main/java/com/vaadin/server/JsonPaintTarget.java

+ 1
- 1
server/src/main/java/com/vaadin/server/JsonPaintTarget.java Ver fichero

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


Cargando…
Cancelar
Guardar