Author: jm
Date: 2013-01-23 20:22:32 -0800 (Wed, 23 Jan 2013)
New Revision: 31080
Modified:
core3/api/branches/3.0.0-release/vizmap-api/src/main/java/org/cytoscape/view/vizmap/VisualPropertyDependencyFactory.java
core3/api/branches/3.0.0-release/vizmap-api/src/main/java/org/cytoscape/view/vizmap/events/VisualMappingFunctionChangeRecord.java
core3/api/branches/3.0.0-release/vizmap-api/src/main/java/org/cytoscape/view/vizmap/events/VisualStyleChangeRecord.java
Log:
References #1684: Fixed files that didn't patch cleanly the first time around
Modified:
core3/api/branches/3.0.0-release/vizmap-api/src/main/java/org/cytoscape/view/vizmap/VisualPropertyDependencyFactory.java
===================================================================
---
core3/api/branches/3.0.0-release/vizmap-api/src/main/java/org/cytoscape/view/vizmap/VisualPropertyDependencyFactory.java
2013-01-24 03:54:34 UTC (rev 31079)
+++
core3/api/branches/3.0.0-release/vizmap-api/src/main/java/org/cytoscape/view/vizmap/VisualPropertyDependencyFactory.java
2013-01-24 04:22:32 UTC (rev 31080)
@@ -1,5 +1,29 @@
package org.cytoscape.view.vizmap;
+/*
+ * #%L
+ * Cytoscape VizMap API (vizmap-api)
+ * $Id:$
+ * $HeadURL:$
+ * %%
+ * Copyright (C) 2013 The Cytoscape Consortium
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-2.1.html>.
+ * #L%
+ */
+
public interface VisualPropertyDependencyFactory<T> {
VisualPropertyDependency<T> createVisualPropertyDependency();
Modified:
core3/api/branches/3.0.0-release/vizmap-api/src/main/java/org/cytoscape/view/vizmap/events/VisualMappingFunctionChangeRecord.java
===================================================================
---
core3/api/branches/3.0.0-release/vizmap-api/src/main/java/org/cytoscape/view/vizmap/events/VisualMappingFunctionChangeRecord.java
2013-01-24 03:54:34 UTC (rev 31079)
+++
core3/api/branches/3.0.0-release/vizmap-api/src/main/java/org/cytoscape/view/vizmap/events/VisualMappingFunctionChangeRecord.java
2013-01-24 04:22:32 UTC (rev 31080)
@@ -1,6 +1,30 @@
package org.cytoscape.view.vizmap.events;
+/*
+ * #%L
+ * Cytoscape VizMap API (vizmap-api)
+ * $Id:$
+ * $HeadURL:$
+ * %%
+ * Copyright (C) 2013 The Cytoscape Consortium
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-2.1.html>.
+ * #L%
+ */
+
public final class VisualMappingFunctionChangeRecord {
Modified:
core3/api/branches/3.0.0-release/vizmap-api/src/main/java/org/cytoscape/view/vizmap/events/VisualStyleChangeRecord.java
===================================================================
---
core3/api/branches/3.0.0-release/vizmap-api/src/main/java/org/cytoscape/view/vizmap/events/VisualStyleChangeRecord.java
2013-01-24 03:54:34 UTC (rev 31079)
+++
core3/api/branches/3.0.0-release/vizmap-api/src/main/java/org/cytoscape/view/vizmap/events/VisualStyleChangeRecord.java
2013-01-24 04:22:32 UTC (rev 31080)
@@ -1,5 +1,29 @@
package org.cytoscape.view.vizmap.events;
+/*
+ * #%L
+ * Cytoscape VizMap API (vizmap-api)
+ * $Id:$
+ * $HeadURL:$
+ * %%
+ * Copyright (C) 2013 The Cytoscape Consortium
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-2.1.html>.
+ * #L%
+ */
+
public class VisualStyleChangeRecord {
}
--
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].
Visit this group at http://groups.google.com/group/cytoscape-cvs?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.