Author: jfuerth
Date: Wed Sep 3 11:31:28 2008
New Revision: 2687
Modified:
trunk/src/ca/sqlpower/architect/swingui/ArchitectSwingSessionImpl.java
Log:
Corrected a comment that was wrong because it was cut'n'pasted from
elsewhere.
Modified:
trunk/src/ca/sqlpower/architect/swingui/ArchitectSwingSessionImpl.java
==============================================================================
--- trunk/src/ca/sqlpower/architect/swingui/ArchitectSwingSessionImpl.java
(original)
+++ trunk/src/ca/sqlpower/architect/swingui/ArchitectSwingSessionImpl.java
Wed Sep 3 11:31:28 2008
@@ -140,8 +140,8 @@
private List<OLAPEditSession> olapEditSessions;
/**
- * The database connection manager GUI for this session context
(because all sessions
- * share the same set of database connections).
+ * A GUI for adding, removing, or opening the OLAP schema edit sessions
+ * that belong to this architect session.
*/
private final OLAPSchemaManager olapSchemaManager;