Skip to content

Commit

Permalink
0005277: Fixed phantom table issue in SQL Explorer DbTree
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-miller-jumpmind committed Apr 25, 2022
1 parent c46e5ac commit 54fc845
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -85,11 +85,6 @@ public void setType(String type) {
this.type = type;
}

@Override
public String toString() {
return name;
}

public boolean hasChildren() {
return children.size() > 0;
}
Expand Down

0 comments on commit 54fc845

Please sign in to comment.