diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-11-22 14:16:22 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2012-11-23 12:56:33 +0000 |
commit | f5a70a8943ef8d4489d7435f71fcefbd5da49d2d (patch) | |
tree | 65f8c550d0c5e42358f2363d679bef4ff2c58792 /uitest/src/com/vaadin/tests/errorhandler | |
parent | db7fa23353f45e72346bb6e59ec445eed90679ad (diff) | |
download | vaadin-framework-f5a70a8943ef8d4489d7435f71fcefbd5da49d2d.tar.gz vaadin-framework-f5a70a8943ef8d4489d7435f71fcefbd5da49d2d.zip |
Remove server-side RpcManager interface (#10302)
Change-Id: Id693f49d68d4daa6bd8cbe6b1b1a6553fc988c75
Diffstat (limited to 'uitest/src/com/vaadin/tests/errorhandler')
-rw-r--r-- | uitest/src/com/vaadin/tests/errorhandler/ErrorHandlers.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/errorhandler/ErrorHandlers.java b/uitest/src/com/vaadin/tests/errorhandler/ErrorHandlers.java index c5ff1be1ed..2a15dc02c8 100644 --- a/uitest/src/com/vaadin/tests/errorhandler/ErrorHandlers.java +++ b/uitest/src/com/vaadin/tests/errorhandler/ErrorHandlers.java @@ -5,7 +5,7 @@ import java.lang.reflect.InvocationTargetException; import com.vaadin.event.ListenerMethod.MethodException;
import com.vaadin.server.DefaultErrorHandler;
import com.vaadin.server.ErrorHandler;
-import com.vaadin.server.RpcManager.RpcInvocationException;
+import com.vaadin.server.ServerRpcManager.RpcInvocationException;
import com.vaadin.server.VaadinRequest;
import com.vaadin.tests.components.AbstractTestUI;
import com.vaadin.ui.Button;
|