Hi,
I was browsing AppletContext.java, and found an incredibly minor
grammatical error, and was feeling pretty bored at the time, so here's a
patch.
See the attached file 'diff' for the output of diff <original
AppletContext.java> <my AppletContext.java> and 'diff_minus_u' for the
output of diff -u <original AppletContext.java> <my AppletContext.java>
Regards,
Ricky.
147,148c147,148
< * Iterate over all keys that have associated streams. Stream associated
< * are local to the applet context, for security purposes.
---
> * Iterate over all keys that have associated streams. The associated
> * streams are local to the applet context, for security purposes.
--- classpath/java/applet/AppletContext.java 2002-11-13 03:48:51.000000000 +0000
+++ AppletContext.java 2003-09-16 19:29:10.000000000 +0100
@@ -144,8 +144,8 @@
InputStream getStream(String key);
/**
- * Iterate over all keys that have associated streams. Stream associated
- * are local to the applet context, for security purposes.
+ * Iterate over all keys that have associated streams. The associated
+ * streams are local to the applet context, for security purposes.
*
* @return an iterator over the association keys
* @since 1.4
_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath