Author: mes
Date: 2012-08-06 13:52:01 -0700 (Mon, 06 Aug 2012)
New Revision: 30104
Modified:
csplugins/trunk/ucsd/mes/cy3-shared-local-tables/impl/model-impl/impl/src/main/java/org/cytoscape/model/internal/LocalTableFacade.java
Log:
added debug
Modified:
csplugins/trunk/ucsd/mes/cy3-shared-local-tables/impl/model-impl/impl/src/main/java/org/cytoscape/model/internal/LocalTableFacade.java
===================================================================
---
csplugins/trunk/ucsd/mes/cy3-shared-local-tables/impl/model-impl/impl/src/main/java/org/cytoscape/model/internal/LocalTableFacade.java
2012-08-06 00:01:01 UTC (rev 30103)
+++
csplugins/trunk/ucsd/mes/cy3-shared-local-tables/impl/model-impl/impl/src/main/java/org/cytoscape/model/internal/LocalTableFacade.java
2012-08-06 20:52:01 UTC (rev 30104)
@@ -150,6 +150,7 @@
}
public <T> void createListColumn(String columnName, Class<T>
listElementType, boolean isImmutable, List<T> defaultValue ) {
+ logger.debug("delegating createListColumn '" + columnName + "'
from local " + local.getTitle() + " to shared: " + shared.getTitle());
shared.createListColumn(columnName,listElementType,isImmutable,defaultValue);
}
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.