You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by jc...@apache.org on 2010/09/21 20:45:21 UTC

svn commit: r999537 [4/4] - in /incubator/river/jtsk/trunk/qa/src/com/sun/jini/test: share/ spec/config/abstractconfiguration/ spec/config/configurationfile/ spec/config/configurationprovider/ spec/constraint/basicmethodconstraints/methoddesc/ spec/con...

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/LeaseRenewalTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/LeaseRenewalTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/LeaseRenewalTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/LeaseRenewalTest.java Tue Sep 21 18:45:14 2010
@@ -116,9 +116,6 @@ public class LeaseRenewalTest extends Ab
      * Assert that if the rewnewal service was able to renew the lease
      * before the event occured the lease's expiration will reflect the
      * result of the last successful renewal call.
-     * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/LeaseUnmarshalExceptionTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/LeaseUnmarshalExceptionTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/LeaseUnmarshalExceptionTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/LeaseUnmarshalExceptionTest.java Tue Sep 21 18:45:14 2010
@@ -101,9 +101,6 @@ public class LeaseUnmarshalExceptionTest
      * de-serialized, a LeaseUnmarshalException is thrown and the
      * getMarshalledLeases, getStillMarshalledLeases, and getExceptions
      * methods work as advertised.
-     * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/LeaseUnmarshalNoneTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/LeaseUnmarshalNoneTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/LeaseUnmarshalNoneTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/LeaseUnmarshalNoneTest.java Tue Sep 21 18:45:14 2010
@@ -98,9 +98,6 @@ public class LeaseUnmarshalNoneTest 
      * Assert that if none of the leases in the array can be de-serialized
      * a LeaseUnmarhalException is thrown and getMarshalledLeases method
      * returns a 0 length array.
-     *
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/MaxMembershipTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/MaxMembershipTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/MaxMembershipTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/MaxMembershipTest.java Tue Sep 21 18:45:14 2010
@@ -103,9 +103,6 @@ public class MaxMembershipTest extends A
      * Assert that if a lease is added to a renewal set with a membership
      * duration of Long.MAX_VALUE then its membership expiration is
      * Long.MAX_VALUE.
-     * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/MembershipDurationTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/MembershipDurationTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/MembershipDurationTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/MembershipDurationTest.java Tue Sep 21 18:45:14 2010
@@ -75,9 +75,6 @@ public class MembershipDurationTest exte
     /**
      * Assert that the membership duration argument to the addLease method
      * is interpreted correctly.
-     * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/NewListenerEventTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/NewListenerEventTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/NewListenerEventTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/NewListenerEventTest.java Tue Sep 21 18:45:14 2010
@@ -116,9 +116,6 @@ public class NewListenerEventTest extend
      * delivery attempts on the original listener failed or were
      * indeterminate, implementations may chose to send some ot all of
      * these events to the new listener.
-     * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/NormalEventReturnTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/NormalEventReturnTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/NormalEventReturnTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/NormalEventReturnTest.java Tue Sep 21 18:45:14 2010
@@ -111,9 +111,6 @@ public class NormalEventReturnTest exten
      * actually needed. Assert that once either method of a given
      * RenewalFailureEvent object returns normally, future calls on that
      * method must return the same object and may not throw an exception.
-     * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ReAddLeaseTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ReAddLeaseTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ReAddLeaseTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ReAddLeaseTest.java Tue Sep 21 18:45:14 2010
@@ -90,9 +90,6 @@ public class ReAddLeaseTest extends Abst
     /**
      * Assert that when a lease is added to a set in which it already
      * resides that the membership duration is updated appropriately.
-     * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/RemovalTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/RemovalTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/RemovalTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/RemovalTest.java Tue Sep 21 18:45:14 2010
@@ -103,8 +103,6 @@ public class RemovalTest extends Abstrac
      * 
      * <P>Notes:<BR>For more information see the LRS specification 
      * section 9.3 page 108.</P>
-     * 
-     * @return the test Status (passed or failed)
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/RemoveCancelTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/RemoveCancelTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/RemoveCancelTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/RemoveCancelTest.java Tue Sep 21 18:45:14 2010
@@ -79,9 +79,6 @@ public class RemoveCancelTest extends Ab
 
     /**
      * Assert that removal of a lease from a set will not cancel the lease.
-     * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/RenewAtIntervalTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/RenewAtIntervalTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/RenewAtIntervalTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/RenewAtIntervalTest.java Tue Sep 21 18:45:14 2010
@@ -147,8 +147,6 @@ public class RenewAtIntervalTest extends
      * Assert that the renewFor/3 method causes leases to be renewed with
      * a value that is equal to the lease duration specified in the call
      * (3rd argument).
-     * 
-     * @return the test Status (passed or failed)
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/RenewalFailureEventTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/RenewalFailureEventTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/RenewalFailureEventTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/RenewalFailureEventTest.java Tue Sep 21 18:45:14 2010
@@ -118,9 +118,6 @@ public class RenewalFailureEventTest ext
      * Assert that the RenewalFailureEvent object returns the excepted
      * lease and the last Throwable from a series of indefinite renewal
      * failures.
-     * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/RenewalFailureIndefiniteTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/RenewalFailureIndefiniteTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/RenewalFailureIndefiniteTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/RenewalFailureIndefiniteTest.java Tue Sep 21 18:45:14 2010
@@ -114,9 +114,6 @@ public class RenewalFailureIndefiniteTes
     /**
      * Asserts that an event get delivered for an indefinite exception
      * only after the expiration time of the client lease.
-     * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/RenewalFailureListenerTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/RenewalFailureListenerTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/RenewalFailureListenerTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/RenewalFailureListenerTest.java Tue Sep 21 18:45:14 2010
@@ -144,9 +144,6 @@ public class RenewalFailureListenerTest 
      *     lease.</LI>
      * <LI>The listener must be non-null.</LI>
      * </OL>
-     * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/RenewalTimeTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/RenewalTimeTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/RenewalTimeTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/RenewalTimeTest.java Tue Sep 21 18:45:14 2010
@@ -100,9 +100,6 @@ public class RenewalTimeTest extends Abs
      * Assert that the expiration time of a returned lease reflects either
      * the original time or the time set as a result of the last
      * successful renewal.
-     * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/SetEqualsTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/SetEqualsTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/SetEqualsTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/SetEqualsTest.java Tue Sep 21 18:45:14 2010
@@ -92,8 +92,6 @@ public class SetEqualsTest extends Abstr
      * 
      * <P>Notes:<BR>For more information see the LRS specification 
      * section 9.3 page 107.</P>
-     * 
-     * @return the test Status (passed or failed)
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ValidLeaseDurationTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ValidLeaseDurationTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ValidLeaseDurationTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ValidLeaseDurationTest.java Tue Sep 21 18:45:14 2010
@@ -68,9 +68,6 @@ public class ValidLeaseDurationTest exte
      * 
      * <P>Notes:<BR>For more information see the LRS specification 
      * section 9.3 page 109-110.</P>
-     * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/basicproxypreparer/FakeInvocationHandler.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/basicproxypreparer/FakeInvocationHandler.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/basicproxypreparer/FakeInvocationHandler.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/basicproxypreparer/FakeInvocationHandler.java Tue Sep 21 18:45:14 2010
@@ -46,7 +46,7 @@ public class FakeInvocationHandler imple
      * Specially treat only Object.equals method.
      *
      * @param proxy the proxy object
-     * @param method the method being invoked
+     * @param m the method being invoked
      * @param args the arguments to the specified method
      * @return the value returned by executing the specified method on
      *         the specified proxy with the specified arguments, or null

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/proxytrust/util/RMCPTImpl.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/proxytrust/util/RMCPTImpl.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/proxytrust/util/RMCPTImpl.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/proxytrust/util/RMCPTImpl.java Tue Sep 21 18:45:14 2010
@@ -36,7 +36,7 @@ public class RMCPTImpl extends RMCImpl i
     /**
      * Method from ProxyTrust interface. Does nothing.
      *
-     * @returns null
+     * @return null
      */
     public TrustVerifier getProxyVerifier() throws RemoteException {
         return null;

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/proxytrust/util/StaticMethodIHandler.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/proxytrust/util/StaticMethodIHandler.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/proxytrust/util/StaticMethodIHandler.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/security/proxytrust/util/StaticMethodIHandler.java Tue Sep 21 18:45:14 2010
@@ -54,7 +54,7 @@ public class StaticMethodIHandler extend
      * Specially treat only Object.toString method.
      *
      * @param proxy the proxy object
-     * @param method the method being invoked
+     * @param m the method being invoked
      * @param args the arguments to the specified method
      * @return the value returned by executing the specified method on
      *         the specified proxy with the specified arguments, or null

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/servicediscovery/cache/CacheLookupNoFilterFilter.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/servicediscovery/cache/CacheLookupNoFilterFilter.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/servicediscovery/cache/CacheLookupNoFilterFilter.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/servicediscovery/cache/CacheLookupNoFilterFilter.java Tue Sep 21 18:45:14 2010
@@ -77,9 +77,6 @@ public class CacheLookupNoFilterFilter e
      *     of the template matching - to query the cache for the desired
      *     expected service
      *  3. Verifies that the service returned is the service expected
-     * 
-     *  @return a <code>String</code> containing a failure message, or
-     *           <code>null</code> if the test was successful.
      */
     protected void applyTestDef() throws Exception {
         /* Create the cache and verify it returns a registered service. */ 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/url/httpmd/handler/SameFile.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/url/httpmd/handler/SameFile.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/url/httpmd/handler/SameFile.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/url/httpmd/handler/SameFile.java Tue Sep 21 18:45:14 2010
@@ -23,6 +23,8 @@ import java.util.logging.Level;
 // java.net
 import java.net.URL;
 
+import net.jini.url.httpmd.Handler;
+
 
 /**
  * <pre>

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/url/httpmd/httpmdutil/ComputeDigest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/url/httpmd/httpmdutil/ComputeDigest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/url/httpmd/httpmdutil/ComputeDigest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/url/httpmd/httpmdutil/ComputeDigest.java Tue Sep 21 18:45:14 2010
@@ -33,6 +33,7 @@ import java.util.Vector;
 
 // davis packages
 import net.jini.url.httpmd.HttpmdUtil;
+import net.jini.url.httpmd.Handler;
 
 // java.io
 import java.io.File;

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/url/httpmd/httpmdutil/ComputeDigestCodebase.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/url/httpmd/httpmdutil/ComputeDigestCodebase.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/url/httpmd/httpmdutil/ComputeDigestCodebase.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/url/httpmd/httpmdutil/ComputeDigestCodebase.java Tue Sep 21 18:45:14 2010
@@ -33,6 +33,7 @@ import java.util.Vector;
 
 // davis packages
 import net.jini.url.httpmd.HttpmdUtil;
+import net.jini.url.httpmd.Handler;
 
 // java.io
 import java.io.File;

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/url/httpmd/util/TestHandler.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/url/httpmd/util/TestHandler.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/url/httpmd/util/TestHandler.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/url/httpmd/util/TestHandler.java Tue Sep 21 18:45:14 2010
@@ -77,7 +77,7 @@ public class TestHandler extends Handler
     /**
      * Parses the string representation of an HTTPMD URL object.
      *
-     * @param u the URL to receive the result of parsing the spec.
+     * @param url the URL to receive the result of parsing the spec.
      * @param spec the String representing the URL that must be parsed.
      * @param start the character index at which to begin parsing.
      * @param limit the character position to stop parsing at.

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/url/httpmd/wrongmdexc/Constructor.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/url/httpmd/wrongmdexc/Constructor.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/url/httpmd/wrongmdexc/Constructor.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/url/httpmd/wrongmdexc/Constructor.java Tue Sep 21 18:45:14 2010
@@ -49,7 +49,7 @@ import net.jini.url.httpmd.WrongMessageD
  *   This test tries to create
  *   {@link WrongMessageDigestException} object
  *   with the specified detail message using the
- *   {@link WrongMessageDigestException(String)}
+ *   {@link WrongMessageDigestException#WrongMessageDigestException(String)}
  *   constructor.
  *
  * Infrastructure:

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/url/httpmd/wrongmdexc/WrongMDException.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/url/httpmd/wrongmdexc/WrongMDException.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/url/httpmd/wrongmdexc/WrongMDException.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/url/httpmd/wrongmdexc/WrongMDException.java Tue Sep 21 18:45:14 2010
@@ -33,6 +33,7 @@ import java.util.Vector;
 
 // davis packages
 import net.jini.url.httpmd.WrongMessageDigestException;
+import net.jini.url.httpmd.Handler;
 
 // java.net
 import java.net.URL;