Mail Archive Home | fractal-commits List | October 2006 Index
| <-- Date Index --> | <-- Thread Index --> |
Date: Friday, October 27, 2006 @ 14:25:30
Author: pessemier
Path: /cvsroot/fractal/web/xml/root/tutorials/fraclet
Modified: index.xml
Typos: "signature" parameter (requires a class not a String) and "name"
parameter of Monolog annotation
-----------+
index.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: web/xml/root/tutorials/fraclet/index.xml
diff -u web/xml/root/tutorials/fraclet/index.xml:1.16
web/xml/root/tutorials/fraclet/index.xml:1.17
--- web/xml/root/tutorials/fraclet/index.xml:1.16 Thu Oct 26 17:11:48
2006
+++ web/xml/root/tutorials/fraclet/index.xml Fri Oct 27 14:25:30 2006
@@ -1281,7 +1281,7 @@
<p><strong>Examples:</strong></p>
<source>
@FractalComponent
-@Provides(interfaces=@Interface(name="r",signature=java.lang.Runnable))
+@Provides(interfaces=@Interface(name="r",signature=java.lang.Runnable.class))
public class Client implements Runnable {
(...)
}
@@ -1414,7 +1414,7 @@
<tr>
<td>name</td>
<td>the name of the <a
href="http://monolog.objectweb.org/">Monolog</a> logger.</td>
- <td>Optional<br/>(default value is the Class
name)</td>
+ <td>Mandatory<br/>(default value is the Class
name)</td>
</tr>
<tr>
<td>level</td>
@@ -1500,7 +1500,7 @@
<p>The source code below represents the Java code and the
Fraclet annotations written to implement the <code>Client</code> and the
<code>Server</code> Fractal components:</p>
<source>
@FractalComponent
-@Provides(interfaces=@Interface(name="r",signature=java.lang.Runnable))
+@Provides(interfaces=@Interface(name="r",signature=java.lang.Runnable.class))
public class Client implements Runnable {
@Requires(name = "s")
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.