Revision: 3851
Author: mo.jeff
Date: Mon Aug 9 08:37:40 2010
Log: Removed an extra line from the previous commit that should not have
been committed
http://code.google.com/p/power-architect/source/detail?r=3851
Modified:
/trunk/src/main/java/ca/sqlpower/architect/SPObjectSnapshotHierarchyListener.java
=======================================
---
/trunk/src/main/java/ca/sqlpower/architect/SPObjectSnapshotHierarchyListener.java
Mon Aug 9 08:35:34 2010
+++
/trunk/src/main/java/ca/sqlpower/architect/SPObjectSnapshotHierarchyListener.java
Mon Aug 9 08:37:40 2010
@@ -103,7 +103,6 @@
} else if (e.getChild() instanceof SQLColumn) {
SQLColumn sqlColumn = (SQLColumn) e.getChild();
sqlColumn.getUserDefinedSQLType().addSPListener(this);
- UserDefinedSQLType upstreamType =
sqlColumn.getUserDefinedSQLType().getUpstreamType();
}
}