Explorar el Código

fixed regression since UIDL rewrite

svn changeset:8529/svn branch:6.1
tags/6.7.0.beta1
Matti Tahvonen hace 14 años
padre
commit
c47c4480e3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/com/vaadin/terminal/gwt/client/UIDL.java

+ 1
- 1
src/com/vaadin/terminal/gwt/client/UIDL.java Ver fichero

@@ -139,7 +139,7 @@ public final class UIDL extends JavaScriptObject {
public Object next() {

if (hasNext()) {
int typeOfChild = typeOfChild(index++);
int typeOfChild = typeOfChild(++index);
switch (typeOfChild) {
case CHILD_TYPE_UIDL:
UIDL childUIDL = getChildUIDL(index);

Cargando…
Cancelar
Guardar