coliver 2003/12/27 14:53:53
Modified: src/documentation/xdocs/userdocs/flow java.xml
Log:
Fix doc
Revision Changes Path
1.4 +5 -5 cocoon-2.1/src/documentation/xdocs/userdocs/flow/java.xml
Index: java.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/flow/java.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- java.xml 27 Dec 2003 07:49:00 -0000 1.3
+++ java.xml 27 Dec 2003 22:53:53 -0000 1.4
@@ -12,7 +12,7 @@
<body>
<anchor id="Java"/><s1 title="Calling Java">
<p>
- You can easily call any Java code from your Flowscripts, for example:
+ You can easily call Java code from your Flowscripts, for example:
</p>
<source>
var map = new java.util.HashMap();
@@ -25,7 +25,7 @@
<source>var n = new java.lang.Integer(3);</source>
- <p>All other java packages and classes available to are accessible under
the property <code>Packages</code>:</p>
+ <p>All other java packages and classes are accessible under the property
<code>Packages</code>:</p>
<source>var tree = new Packages.javax.swing.JTree();</source>
@@ -105,7 +105,7 @@
reload-scripts
</td>
<td>
- Determines whether Cocoon should attempt to detect changes to source
files and reload them. This applies to both JavaScript and Java source files.
+ Determines whether Cocoon should attempt to detect changes to source
files and reload them. This applies to both JavaScript and Java source files
</td>
</tr>
<tr>
@@ -113,7 +113,7 @@
check-time
</td>
<td>
- Specifies an interval in milliseconds after Cocoon will check for
changes to source files (ignored if reload-scripts is false or unspecified)
+ Specifies an interval in milliseconds after which Cocoon will check
for changes to source files (ignored if reload-scripts is false or unspecified)
</td>
</tr>
<tr>
@@ -121,7 +121,7 @@
classpath
</td>
<td>
- A semicolon separated list of URL's that will be searched for Java
source files.
+ A semicolon separated list of URL's that will be searched for Java
source files
</td>
</tr>
</table>