Author: pwang
Date: 2010-10-20 15:19:07 -0700 (Wed, 20 Oct 2010)
New Revision: 22321
Modified:
core3/plugin-api/trunk/src/main/java/org/cytoscape/plugin/CyPlugin.java
Log:
Format the sample code
Modified:
core3/plugin-api/trunk/src/main/java/org/cytoscape/plugin/CyPlugin.java
===================================================================
--- core3/plugin-api/trunk/src/main/java/org/cytoscape/plugin/CyPlugin.java
2010-10-20 22:05:57 UTC (rev 22320)
+++ core3/plugin-api/trunk/src/main/java/org/cytoscape/plugin/CyPlugin.java
2010-10-20 22:19:07 UTC (rev 22321)
@@ -24,14 +24,15 @@
* argument to the constructor. Cytoscape's plugin loader will execute
* the constructor and provide the proper CyPluginAdapter reference.
* <br/>
- * <code>
+ *
+ * <blockquote><pre>
* public class MyPlugin extends CyPlugin {
* public MyPlugin(CyPluginAdapter adapter) {
* super(adapter);
* // plugin code here
* }
* }
- * </code>
+ * </pre></blockquote>
*/
public CyPlugin(final CyPluginAdapter adapter) {
this.adapter = adapter;
--
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.