Browse Source

Remove accidentally retained JavaDoc row

The offending row was not removed when the proceeding "@throws
JSONException" row was removed.

Change-Id: I38d914284d92554540744e8c52eefa0db78bc55d
tags/7.4.0.beta1
Leif Åstrand 9 years ago
parent
commit
4b58dccc09
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      server/src/com/vaadin/server/ClientConnector.java

+ 2
- 2
server/src/com/vaadin/server/ClientConnector.java View File

import com.vaadin.shared.communication.SharedState; import com.vaadin.shared.communication.SharedState;
import com.vaadin.ui.UI; import com.vaadin.ui.UI;
import com.vaadin.util.ReflectTools; import com.vaadin.util.ReflectTools;

import elemental.json.JsonObject; import elemental.json.JsonObject;


/** /**
* . * .
* *
* @return a JSON object with the encoded connector state * @return a JSON object with the encoded connector state
* if the state can not be encoded
*/ */
public JsonObject encodeState() ;
public JsonObject encodeState();


/** /**
* Handle a request directed to this connector. This can be used by * Handle a request directed to this connector. This can be used by

Loading…
Cancel
Save