commit | 33989d3946d5472a5a93e99bf1a6b6ce6cb7a77c | [log] [tgz] |
---|---|---|
author | hcao | Fri Mar 17 20:27:36 2006 +0000 |
committer | hcao | Fri Mar 17 20:27:36 2006 +0000 |
tree | 25f3bfd5a615a7e57384d17cfa6fada0ad8157ed | |
parent | cdb48a21f0fa79df0a9ef870689bb0b42b69de6a [diff] |
refresh routine
diff --git a/plugins/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/internal/dbitem/SQLObjectItem.java b/plugins/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/internal/dbitem/SQLObjectItem.java index e6c4bd5..d516dfc 100644 --- a/plugins/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/internal/dbitem/SQLObjectItem.java +++ b/plugins/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/internal/dbitem/SQLObjectItem.java
@@ -72,14 +72,14 @@ public void refresh() { if (_routine instanceof ICatalogObject) { //Unmark this line when 129092 is fixed - //((ICatalogObject) _routine).refresh(); + ((ICatalogObject) _routine).refresh(); } } public void dispose() { if (_routine instanceof ICatalogObject) { //Unmark this line when 129092 is fixed - //((ICatalogObject) _routine).refresh(); + ((ICatalogObject) _routine).refresh(); } }