You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by pe...@apache.org on 2010/09/25 06:27:24 UTC

svn commit: r1001134 - /incubator/river/jtsk/skunk/pepe/src/org/apache/river/api/delegates/FileOutputStream.java

Author: peter_firmstone
Date: Sat Sep 25 04:27:23 2010
New Revision: 1001134

URL: http://svn.apache.org/viewvc?rev=1001134&view=rev
Log:
Add FileOutputStream delegate

Modified:
    incubator/river/jtsk/skunk/pepe/src/org/apache/river/api/delegates/FileOutputStream.java

Modified: incubator/river/jtsk/skunk/pepe/src/org/apache/river/api/delegates/FileOutputStream.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/skunk/pepe/src/org/apache/river/api/delegates/FileOutputStream.java?rev=1001134&r1=1001133&r2=1001134&view=diff
==============================================================================
--- incubator/river/jtsk/skunk/pepe/src/org/apache/river/api/delegates/FileOutputStream.java (original)
+++ incubator/river/jtsk/skunk/pepe/src/org/apache/river/api/delegates/FileOutputStream.java Sat Sep 25 04:27:23 2010
@@ -39,8 +39,9 @@ import sun.security.util.SecurityConstan
  * <p>This is a simple FileOutputStream delegate to replace a java.io.FileOutputStream
  * in code that is downloaded and trust is not assurred.
  * </p><p>
- * The client must have a DelegatePermission representing a FilePermission, the
- * DelegatePermission is assigned to prevent the client from bypassing the
+ * The client must have a DelegatePermission representing a FilePermission, or
+ * a FilePermission, the
+ * DelegatePermission is assigned to prevent a client from bypassing the
  * delegate and creating a java.io.FileOutputStream.
  * </p><p>
  * The next step of course is to determine any additional features that are