summaryrefslogtreecommitdiff
path: root/ext/java
diff options
context:
space:
mode:
Diffstat (limited to 'ext/java')
-rw-r--r--ext/java/jawt.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/java/jawt.php b/ext/java/jawt.php
index db06949100..30f2235611 100644
--- a/ext/java/jawt.php
+++ b/ext/java/jawt.php
@@ -1,7 +1,6 @@
<?
- // this example makes about as much sense from a web server perspective as,
- // say, launching and interacting with Microsoft word. <grin>
+ // This example is only intented to be run as a CGI.
$frame = new Java("java.awt.Frame", "Zend");
$button = new Java("java.awt.Button", "Hello Java world!");