You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by si...@apache.org on 2012/10/05 10:51:00 UTC

svn commit: r1394412 - in /river/jtsk/trunk/src/com/sun/jini/action: GetBooleanAction.java GetIntegerAction.java GetLongAction.java GetPropertyAction.java

Author: sijskes
Date: Fri Oct  5 08:51:00 2012
New Revision: 1394412

URL: http://svn.apache.org/viewvc?rev=1394412&view=rev
Log:
RIVER-409

Modified:
    river/jtsk/trunk/src/com/sun/jini/action/GetBooleanAction.java
    river/jtsk/trunk/src/com/sun/jini/action/GetIntegerAction.java
    river/jtsk/trunk/src/com/sun/jini/action/GetLongAction.java
    river/jtsk/trunk/src/com/sun/jini/action/GetPropertyAction.java

Modified: river/jtsk/trunk/src/com/sun/jini/action/GetBooleanAction.java
URL: http://svn.apache.org/viewvc/river/jtsk/trunk/src/com/sun/jini/action/GetBooleanAction.java?rev=1394412&r1=1394411&r2=1394412&view=diff
==============================================================================
--- river/jtsk/trunk/src/com/sun/jini/action/GetBooleanAction.java (original)
+++ river/jtsk/trunk/src/com/sun/jini/action/GetBooleanAction.java Fri Oct  5 08:51:00 2012
@@ -47,8 +47,6 @@ import net.jini.security.Security;
  * does not imply the permissions necessary for the operation, the
  * behavior is as if the system property is not defined.
  *
- * @author	Sun Microsystems, Inc.
- * 
  * @see		PrivilegedAction
  * @see		AccessController
  * @see		Security

Modified: river/jtsk/trunk/src/com/sun/jini/action/GetIntegerAction.java
URL: http://svn.apache.org/viewvc/river/jtsk/trunk/src/com/sun/jini/action/GetIntegerAction.java?rev=1394412&r1=1394411&r2=1394412&view=diff
==============================================================================
--- river/jtsk/trunk/src/com/sun/jini/action/GetIntegerAction.java (original)
+++ river/jtsk/trunk/src/com/sun/jini/action/GetIntegerAction.java Fri Oct  5 08:51:00 2012
@@ -64,8 +64,6 @@ import net.jini.security.Security;
  * does not imply the permissions necessary for the operation, the
  * behavior is as if the system property is not defined.
  *
- * @author	Sun Microsystems, Inc.
- * 
  * @see		PrivilegedAction
  * @see		AccessController
  * @see		Security

Modified: river/jtsk/trunk/src/com/sun/jini/action/GetLongAction.java
URL: http://svn.apache.org/viewvc/river/jtsk/trunk/src/com/sun/jini/action/GetLongAction.java?rev=1394412&r1=1394411&r2=1394412&view=diff
==============================================================================
--- river/jtsk/trunk/src/com/sun/jini/action/GetLongAction.java (original)
+++ river/jtsk/trunk/src/com/sun/jini/action/GetLongAction.java Fri Oct  5 08:51:00 2012
@@ -64,8 +64,6 @@ import net.jini.security.Security;
  * does not imply the permissions necessary for the operation, the
  * behavior is as if the system property is not defined.
  *
- * @author	Sun Microsystems, Inc.
- * 
  * @see		PrivilegedAction
  * @see		AccessController
  * @see		Security

Modified: river/jtsk/trunk/src/com/sun/jini/action/GetPropertyAction.java
URL: http://svn.apache.org/viewvc/river/jtsk/trunk/src/com/sun/jini/action/GetPropertyAction.java?rev=1394412&r1=1394411&r2=1394412&view=diff
==============================================================================
--- river/jtsk/trunk/src/com/sun/jini/action/GetPropertyAction.java (original)
+++ river/jtsk/trunk/src/com/sun/jini/action/GetPropertyAction.java Fri Oct  5 08:51:00 2012
@@ -48,8 +48,6 @@ import net.jini.security.Security;
  * does not imply the permissions necessary for the operation, the
  * behavior is as if the system property is not defined.
  *
- * @author	Sun Microsystems, Inc.
- * 
  * @see		PrivilegedAction
  * @see		AccessController
  * @see		Security