Update of /var/cvs/contributions/didactor2/src/core/java/nl/didactor/component
In directory james.mmbase.org:/tmp/cvs-serv11804/component

Modified Files:
        Component.java 
Log Message:
added @javac


See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/core/java/nl/didactor/component


Index: Component.java
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/core/java/nl/didactor/component/Component.java,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- Component.java      21 Jan 2008 18:31:54 -0000      1.25
+++ Component.java      22 Jan 2008 08:52:24 -0000      1.26
@@ -275,6 +275,11 @@
         return node.getNumber();
     }
 
+    /**
+     * 
+     * @javadoc I'd say it may be somewhat necessary here. I don't for example 
really understand the
+     * difference between this and [EMAIL PROTECTED] #getSetting}.
+     */
     public String getValue(String variablename, Cloud cloud, Map context, 
String[] arguments) {
         return "";
     }
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to