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 2010/11/15 18:38:10 UTC

svn commit: r1035368 - in /incubator/river/jtsk/trunk/src/com/sun/jini: norm/GetLeasesResult.java outrigger/ProxyUtil.java

Author: sijskes
Date: Mon Nov 15 17:38:10 2010
New Revision: 1035368

URL: http://svn.apache.org/viewvc?rev=1035368&view=rev
Log:
fixed javadoc warnings

Modified:
    incubator/river/jtsk/trunk/src/com/sun/jini/norm/GetLeasesResult.java
    incubator/river/jtsk/trunk/src/com/sun/jini/outrigger/ProxyUtil.java

Modified: incubator/river/jtsk/trunk/src/com/sun/jini/norm/GetLeasesResult.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/com/sun/jini/norm/GetLeasesResult.java?rev=1035368&r1=1035367&r2=1035368&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/src/com/sun/jini/norm/GetLeasesResult.java (original)
+++ incubator/river/jtsk/trunk/src/com/sun/jini/norm/GetLeasesResult.java Mon Nov 15 17:38:10 2010
@@ -48,7 +48,7 @@ final class GetLeasesResult implements S
     final MarshalledInstance[] marshalledLeases;
 
     /**
-     * Creates an object that holds the results of a call to {@link #getLeases
+     * Creates an object that holds the results of a call to {@link NormServerBaseImpl#getLeases
      * getLeases}.
      *
      * @param marshalledLeases the leases being returned by the call

Modified: incubator/river/jtsk/trunk/src/com/sun/jini/outrigger/ProxyUtil.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/com/sun/jini/outrigger/ProxyUtil.java?rev=1035368&r1=1035367&r2=1035368&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/src/com/sun/jini/outrigger/ProxyUtil.java (original)
+++ incubator/river/jtsk/trunk/src/com/sun/jini/outrigger/ProxyUtil.java Mon Nov 15 17:38:10 2010
@@ -17,6 +17,7 @@
  */
 package com.sun.jini.outrigger;
 
+import com.sun.jini.proxy.ConstrainableProxyUtil;
 import java.lang.reflect.Method;
 
 /**
@@ -46,8 +47,8 @@ class ProxyUtil {
      * <p>
      * This method is convenient for the initialization of a static
      * variable for use as the <code>mappings</code> argument to 
-     * {@link com.sun.jini.proxy.SecureProxyUtil#translateConstraints 
-     * SecureProxyUtil.translateConstraints}.
+     * {@link ConstrainableProxyUtil#translateConstraints
+     * ConstrainableProxyUtil.translateConstraints}.
      *
      * @param type           the <code>Class</code> type that defines the
      *                       method of interest