Author: kono
Date: 2010-07-10 01:07:37 -0700 (Sat, 10 Jul 2010)
New Revision: 20888
Modified:
cytoscape/trunk/src/cytoscape/visual/customgraphic/impl/DLayer.java
Log:
Java 5 incompatible @Override annotation removed.
Modified: cytoscape/trunk/src/cytoscape/visual/customgraphic/impl/DLayer.java
===================================================================
--- cytoscape/trunk/src/cytoscape/visual/customgraphic/impl/DLayer.java
2010-07-10 03:04:48 UTC (rev 20887)
+++ cytoscape/trunk/src/cytoscape/visual/customgraphic/impl/DLayer.java
2010-07-10 08:07:37 UTC (rev 20888)
@@ -13,7 +13,6 @@
this.zOrder = zOrder;
}
- @Override
public int getZorder() {
return zOrder;
}
--
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.