From f334a565a998332c640d117627b2c3e4aa401751 Mon Sep 17 00:00:00 2001 From: gurudevtest Date: Mon, 12 Jul 2021 17:24:04 -0700 Subject: [PATCH] Update QueryEditor.java --- .../datatools/enablement/simpledb/ui/editor/QueryEditor.java | 1 + 1 file changed, 1 insertion(+) diff --git a/bundles/com.amazonaws.eclipse.simpledb/src/com/amazonaws/eclipse/datatools/enablement/simpledb/ui/editor/QueryEditor.java b/bundles/com.amazonaws.eclipse.simpledb/src/com/amazonaws/eclipse/datatools/enablement/simpledb/ui/editor/QueryEditor.java index 17bf8b30..8a39839c 100644 --- a/bundles/com.amazonaws.eclipse.simpledb/src/com/amazonaws/eclipse/datatools/enablement/simpledb/ui/editor/QueryEditor.java +++ b/bundles/com.amazonaws.eclipse.simpledb/src/com/amazonaws/eclipse/datatools/enablement/simpledb/ui/editor/QueryEditor.java @@ -118,6 +118,7 @@ public void doSave(final IProgressMonitor monitor) { String domain = this.resultDomain; + //test ArrayList items = new ArrayList<>(); for ( String itemName : QueryEditor.this.editedCells.keySet() ) {