OW2 Consortium
Search OW2 Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | barracuda-commits List | September 2006 Index

    Date Index         Thread Index    

SVN Update - r150 - in Barracuda2/trunk/WEB-INF/src/org/barracudamvc/core/comp: . renderer/html


Author: jkjome
Date: 2006-09-28 03:59:49 +0200 (Thu, 28 Sep 2006)
New Revision: 150

Modified:
   Barracuda2/trunk/WEB-INF/src/org/barracudamvc/core/comp/BLink.java
   
Barracuda2/trunk/WEB-INF/src/org/barracudamvc/core/comp/renderer/html/HTMLLinkRenderer.java
Log:
Applying patch (with minor additions) from Franck Routier to solve javadoc 
crashing issues under JDK1.5.

Jake

Modified: Barracuda2/trunk/WEB-INF/src/org/barracudamvc/core/comp/BLink.java
===================================================================
--- Barracuda2/trunk/WEB-INF/src/org/barracudamvc/core/comp/BLink.java  
2006-06-09 04:40:31 UTC (rev 149)
+++ Barracuda2/trunk/WEB-INF/src/org/barracudamvc/core/comp/BLink.java  
2006-09-28 01:59:49 UTC (rev 150)
@@ -214,7 +214,7 @@
     }
 
     /**
-     * if has vc, but no views: render as an <a> link, otherwise use
+     * if has vc, but no views: render as an &lt;a&gt; link, otherwise use
      * super.toString(ViewContext)
      * 
      * @see super#toString(ViewContext)
@@ -235,4 +235,4 @@
         }
     }
 
-}
\ No newline at end of file
+}

Modified: 
Barracuda2/trunk/WEB-INF/src/org/barracudamvc/core/comp/renderer/html/HTMLLinkRenderer.java
===================================================================
--- 
Barracuda2/trunk/WEB-INF/src/org/barracudamvc/core/comp/renderer/html/HTMLLinkRenderer.java
 2006-06-09 04:40:31 UTC (rev 149)
+++ 
Barracuda2/trunk/WEB-INF/src/org/barracudamvc/core/comp/renderer/html/HTMLLinkRenderer.java
 2006-09-28 01:59:49 UTC (rev 150)
@@ -39,8 +39,8 @@
      * The purpose of this method is to create a default Node to be used when
      * the component is not bound to any specific view. In the case of BLink,
      * it will attempt to use the default template node if possible (ie. if
-     * it is an <a>, <button>, or <input> element); if anything else, it will
-     * create an <a> node from scratch and append an empty text node to it
+     * it is an &lt;a&gt;, &lt;button&gt;, or &lt;input&gt; element); if 
anything else, it will
+     * create an &lt;a&gt; node from scratch and append an empty text node 
to it
      *
      * @param doc the master Document which can be used to create elements
      *        from scratch
@@ -205,4 +205,4 @@
         EnabledHelper.setEnabled(node, comp.isEnabled());
     }
     
-}
\ No newline at end of file
+}




    Date Index         Thread Index    

Reply via email to:

Powered by MHonArc.

Copyright © 2006-2007, OW2 Consortium | contact | webmaster.