]> source.dussan.org Git - vaadin-framework.git/commitdiff
Rename getCancelCaption to mention Editor (#16551)
authorLeif Åstrand <leif@vaadin.com>
Mon, 9 Feb 2015 11:52:49 +0000 (13:52 +0200)
committerLeif Åstrand <leif@vaadin.com>
Mon, 9 Feb 2015 11:52:49 +0000 (13:52 +0200)
Change-Id: If0e323fcdbac519cf204d8183d2d5f9f4465a907

server/src/com/vaadin/ui/Grid.java

index a668c42be10d823ceab6866a391b4d94bda99e66..6332520d2a1981fbde6564c850efbdbb3ea015f1 100644 (file)
@@ -5069,7 +5069,7 @@ public class Grid extends AbstractComponent implements SelectionNotifier,
      * 
      * @return the current caption of the cancel button
      */
-    public String getCancelCaption() {
+    public String getEditorCancelCaption() {
         return getState(false).editorCancelCaption;
     }