Ver código fonte

Corrected invalid method reference in javadoc

tags/7.0.0.alpha2
Artur Signell 12 anos atrás
pai
commit
618b1548e3
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      src/com/vaadin/terminal/gwt/client/Connector.java

+ 2
- 2
src/com/vaadin/terminal/gwt/client/Connector.java Ver arquivo

@@ -41,7 +41,7 @@ public interface Connector {

/**
* Returns the id for this connector. This must always be what has been set
* in {@link #init(String, ApplicationConnection)} and must never change.
* in {@link #doInit(String, ApplicationConnection)} and must never change.
*
* @return The id for the connector.
*/
@@ -51,7 +51,7 @@ public interface Connector {
* Gets ApplicationConnection instance that created this connector.
*
* @return The ApplicationConnection as set by
* {@link #init(String, ApplicationConnection)}
* {@link #doInit(String, ApplicationConnection)}
*/
public ApplicationConnection getConnection();


Carregando…
Cancelar
Salvar