]> source.dussan.org Git - vaadin-framework.git/commitdiff
File missing from method name collision fix (#12710)
authorArtur Signell <artur@vaadin.com>
Tue, 15 Oct 2013 13:28:32 +0000 (16:28 +0300)
committerArtur Signell <artur@vaadin.com>
Tue, 15 Oct 2013 13:28:45 +0000 (16:28 +0300)
Change-Id: I90b2960cc8664164962be524f41bfd3b24b933d3

client/src/com/vaadin/client/ui/table/TableConnector.java

index 47229dc9c7e867532b2a0bf48c4a3b3fd29a7258..f1710351bfb7498732b903fe93d3387c9f6bc67b 100644 (file)
@@ -264,7 +264,7 @@ public class TableConnector extends AbstractHasComponentsConnector implements
 
         if (getWidget().focusedRow != null) {
             if (!getWidget().focusedRow.isAttached()
-                    && !getWidget().rowRequestHandler.isRunning()) {
+                    && !getWidget().rowRequestHandler.isRequestHandlerRunning()) {
                 // focused row has been orphaned, can't focus
                 if (getWidget().selectedRowKeys.contains(getWidget().focusedRow
                         .getKey())) {