Menu

Diff of /trunk/php-java-bridge/ABOUT.HTM [r268] .. [r269]  Maximize  Restore

Switch to side-by-side view

--- a/trunk/php-java-bridge/ABOUT.HTM
+++ b/trunk/php-java-bridge/ABOUT.HTM
@@ -153,7 +153,7 @@
 <code>
 // Compile this class, create cache.jar and copy it to /usr/share/java<br>
 public class Cache {<br>
-&nbsp;&nbsp; public static Cache instance=makeInstance();<br>
+&nbsp;&nbsp; public static Cache instance = makeInstance();<br>
 }<br><br>
 &lt;?php<br>
 java_require(&quot;cache.jar&quot;);<br>