Skip to content

Commit

Permalink
Small correction
Browse files Browse the repository at this point in the history
  • Loading branch information
mmpcn committed Feb 27, 2014
1 parent 4f2b0ad commit a500a76
Showing 1 changed file with 1 addition and 5 deletions.
Expand Up @@ -63,11 +63,7 @@ public GetDataQueryFrame() {
public void addService( String service, GetDataTable gdtable ) {
GetDataTable gdt = services.get(service);
if (gdt == null) {
services.put(service, gdtable);
// paramPanel.removeAll();
// addToUI(service, gdtable);
// paramPanel.updateUI();

services.put(service, gdtable);
}
// } else {
// DO WHAT? Compare parameters?
Expand Down

0 comments on commit a500a76

Please sign in to comment.