|
From: <be...@us...> - 2006-10-26 15:35:27
|
Revision: 78
http://svn.sourceforge.net/jtreemap/?rev=78&view=rev
Author: benoitx
Date: 2006-10-26 08:35:13 -0700 (Thu, 26 Oct 2006)
Log Message:
-----------
Changed links to UML following Laurent's suggestion.
Modified Paths:
--------------
trunk/JTreeMap/src/main/java/net/sf/jtreemap/swing/example/BuilderTM3.java
trunk/JTreeMap/src/site/index.xml
trunk/src/site/index.xml
Modified: trunk/JTreeMap/src/main/java/net/sf/jtreemap/swing/example/BuilderTM3.java
===================================================================
--- trunk/JTreeMap/src/main/java/net/sf/jtreemap/swing/example/BuilderTM3.java 2006-10-26 15:02:50 UTC (rev 77)
+++ trunk/JTreeMap/src/main/java/net/sf/jtreemap/swing/example/BuilderTM3.java 2006-10-26 15:35:13 UTC (rev 78)
@@ -89,7 +89,7 @@
private static final LinkedList<String> FIELD_TYPES = new LinkedList<String>();
- private static final HashMap<TreeMapNode, HashMap<String, Object>> VALUES = new HashMap<TreeMapNode, HashMap<String, Object>>();
+ private final HashMap<TreeMapNode, HashMap<String, Object>> VALUES = new HashMap<TreeMapNode, HashMap<String, Object>>();
private TreeMapNodeBuilder builder;
Modified: trunk/JTreeMap/src/site/index.xml
===================================================================
--- trunk/JTreeMap/src/site/index.xml 2006-10-26 15:02:50 UTC (rev 77)
+++ trunk/JTreeMap/src/site/index.xml 2006-10-26 15:35:13 UTC (rev 78)
@@ -23,7 +23,7 @@
<section name="JTreemap Introduction">
<p>JTreeMap is a Java Swing component which reprensents hierarchical structure in a Treemap/heatmap.</p>
- <p>Check out the <a href="apidocs/index.html">UML diagrams here</a></p>
+ <p>Check out the <a href="apidocs/index.html">Javadoc with UML diagrams here</a></p>
<p>Also look at the <a href="maven-reports.html">Project Reports</a> menu on the left for project specific items, unit tests, QA etc.</p>
</section>
Modified: trunk/src/site/index.xml
===================================================================
--- trunk/src/site/index.xml 2006-10-26 15:02:50 UTC (rev 77)
+++ trunk/src/site/index.xml 2006-10-26 15:35:13 UTC (rev 78)
@@ -66,8 +66,8 @@
<subsection name="UML?">
<p>We are using yDoc to generate a 'javadoc-like' documentation per module with the added twist of UML diagrams:</p>
<ul>
- <li><a href="multiproject/jtreemap/apidocs/index.html">UML for JTreeMap</a></li>
- <li><a href="multiproject/net.sf.jtreemap.ktreemap/apidocs/index.html">UML for KTreeMap</a></li>
+ <li><a href="multiproject/jtreemap/apidocs/index.html">JavaDoc with UML for JTreeMap</a></li>
+ <li><a href="multiproject/net.sf.jtreemap.ktreemap/apidocs/index.html">JavaDoc with UML for KTreeMap</a></li>
</ul>
</subsection>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|