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() ) {