Revision: 3190
Author: terryyiu
Date: Tue Dec 1 14:52:06 2009
Log: Fixing the SwingUIProject class to compile.
http://code.google.com/p/power-architect/source/detail?r=3190
Modified:
/branches/sqlobject-spobject-model/src/ca/sqlpower/architect/swingui/SwingUIProject.java
=======================================
---
/branches/sqlobject-spobject-model/src/ca/sqlpower/architect/swingui/SwingUIProject.java
Thu Apr 23 13:42:29 2009
+++
/branches/sqlobject-spobject-model/src/ca/sqlpower/architect/swingui/SwingUIProject.java
Tue Dec 1 14:52:06 2009
@@ -1241,10 +1241,6 @@
if (pm != null) {
pm.setProgress(++progress);
}
- } else if (o instanceof SQLTable.Folder) {
- id = "FOL"+sqlObjectSaveIdMap.size(); //$NON-NLS-1$
- type = "folder"; //$NON-NLS-1$
- propNames.put("type", new Integer(((SQLTable.Folder)
o).getType())); //$NON-NLS-1$
} else if (o instanceof SQLColumn) {
id = "COL"+sqlObjectSaveIdMap.size(); //$NON-NLS-1$
type = "column"; //$NON-NLS-1$