Author: sijskes
Date: Tue Oct  9 18:40:27 2012
New Revision: 1396183

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

Modified:
    
river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/ActivatableServer.java
    river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/Client.java
    
river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/ConfirmingILFactory.java
    river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/Hello.java
    
river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/MdClassAnnotationProvider.java
    river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/Server.java
    
river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/ServerPermission.java

Modified: 
river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/ActivatableServer.java
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/ActivatableServer.java?rev=1396183&r1=1396182&r2=1396183&view=diff
==============================================================================
--- 
river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/ActivatableServer.java
 (original)
+++ 
river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/ActivatableServer.java
 Tue Oct  9 18:40:27 2012
@@ -99,7 +99,7 @@ import net.jini.security.ProxyPreparer;
  *   System properties for the activation group executable, specified as pairs
  *   of keys and values
  *
- * @author Sun Microsystems, Inc.
+ * 
  */
 public class ActivatableServer extends Server {
 

Modified: 
river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/Client.java
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/Client.java?rev=1396183&r1=1396182&r2=1396183&view=diff
==============================================================================
--- river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/Client.java 
(original)
+++ river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/Client.java 
Tue Oct  9 18:40:27 2012
@@ -62,7 +62,7 @@ import net.jini.security.ProxyPreparer;
  *                null, config)
  *   Object used for discovering a server that implement Hello.
  *
- * @author Sun Microsystems, Inc.
+ * 
  */
 public class Client {
 

Modified: 
river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/ConfirmingILFactory.java
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/ConfirmingILFactory.java?rev=1396183&r1=1396182&r2=1396183&view=diff
==============================================================================
--- 
river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/ConfirmingILFactory.java
 (original)
+++ 
river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/ConfirmingILFactory.java
 Tue Oct  9 18:40:27 2012
@@ -40,7 +40,7 @@ import net.jini.jeri.ServerCapabilities;
  * Defines an <code>InvocationLayerFactory</code> that uses pop-up dialog
  * windows to confirm calls.
  *
- * @author Sun Microsystems, Inc.
+ * 
  */
 public class ConfirmingILFactory extends BasicILFactory {
 

Modified: 
river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/Hello.java
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/Hello.java?rev=1396183&r1=1396182&r2=1396183&view=diff
==============================================================================
--- river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/Hello.java 
(original)
+++ river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/Hello.java 
Tue Oct  9 18:40:27 2012
@@ -24,7 +24,7 @@ import java.rmi.RemoteException;
 /**
  * Defines a simple remote interface.
  *
- * @author Sun Microsystems, Inc.
+ * 
  * 
  */
 public interface Hello extends Remote {

Modified: 
river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/MdClassAnnotationProvider.java
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/MdClassAnnotationProvider.java?rev=1396183&r1=1396182&r2=1396183&view=diff
==============================================================================
--- 
river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/MdClassAnnotationProvider.java
 (original)
+++ 
river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/MdClassAnnotationProvider.java
 Tue Oct  9 18:40:27 2012
@@ -37,7 +37,7 @@ import net.jini.url.httpmd.HttpmdUtil;
  * o export.codebase.source -- the name of the directory containing the source
  *   files corresponding to the URLs in the codebase
  *
- * @author Sun Microsystems, Inc.
+ * 
  * 
  */
 public class MdClassAnnotationProvider

Modified: 
river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/Server.java
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/Server.java?rev=1396183&r1=1396182&r2=1396183&view=diff
==============================================================================
--- river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/Server.java 
(original)
+++ river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/Server.java 
Tue Oct  9 18:40:27 2012
@@ -68,7 +68,7 @@ import net.jini.security.proxytrust.Serv
  *   login and supplying the Subject to use when running the server. If null,
  *   no JAAS login is performed.
  *
- * @author Sun Microsystems, Inc.
+ * 
  */
 public class Server implements Hello, ServerProxyTrust, ProxyAccessor {
 

Modified: 
river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/ServerPermission.java
URL: 
http://svn.apache.org/viewvc/river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/ServerPermission.java?rev=1396183&r1=1396182&r2=1396183&view=diff
==============================================================================
--- 
river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/ServerPermission.java
 (original)
+++ 
river/jtsk/trunk/examples/hello/src/com/sun/jini/example/hello/ServerPermission.java
 Tue Oct  9 18:40:27 2012
@@ -25,7 +25,7 @@ import net.jini.security.AccessPermissio
  * Server class. The name specifies the names of the method which you have
  * permission to call using the matching rules provided by AccessPermission.
  *
- * @author Sun Microsystems, Inc.
+ * 
  * 
  */
 public class ServerPermission extends AccessPermission {


Reply via email to