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 [2/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/javaspace/conformance/TransactionTakeIfExistsWaitTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionTakeIfExistsWaitTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionTakeIfExistsWaitTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionTakeIfExistsWaitTest.java Tue Sep 21 18:45:14 2010
@@ -42,7 +42,7 @@ public class TransactionTakeIfExistsWait
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionTakeNO_WAITTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionTakeNO_WAITTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionTakeNO_WAITTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionTakeNO_WAITTest.java Tue Sep 21 18:45:14 2010
@@ -44,7 +44,7 @@ public class TransactionTakeNO_WAITTest 
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionTakeReadTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionTakeReadTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionTakeReadTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionTakeReadTest.java Tue Sep 21 18:45:14 2010
@@ -37,7 +37,7 @@ public class TransactionTakeReadTest ext
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionTakeTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionTakeTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionTakeTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionTakeTest.java Tue Sep 21 18:45:14 2010
@@ -42,7 +42,7 @@ public class TransactionTakeTest extends
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionTakeWaitTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionTakeWaitTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionTakeWaitTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionTakeWaitTest.java Tue Sep 21 18:45:14 2010
@@ -38,7 +38,7 @@ public class TransactionTakeWaitTest ext
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteLeaseANYTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteLeaseANYTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteLeaseANYTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteLeaseANYTest.java Tue Sep 21 18:45:14 2010
@@ -44,7 +44,7 @@ public class TransactionWriteLeaseANYTes
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteLeaseFOREVERTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteLeaseFOREVERTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteLeaseFOREVERTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteLeaseFOREVERTest.java Tue Sep 21 18:45:14 2010
@@ -43,7 +43,7 @@ public class TransactionWriteLeaseFOREVE
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteNegativeLeaseTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteNegativeLeaseTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteNegativeLeaseTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteNegativeLeaseTest.java Tue Sep 21 18:45:14 2010
@@ -38,7 +38,7 @@ public class TransactionWriteNegativeLea
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteTakeIfExistsNotifyTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteTakeIfExistsNotifyTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteTakeIfExistsNotifyTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteTakeIfExistsNotifyTest.java Tue Sep 21 18:45:14 2010
@@ -41,7 +41,7 @@ public class TransactionWriteTakeIfExist
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteTakeIfExistsTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteTakeIfExistsTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteTakeIfExistsTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteTakeIfExistsTest.java Tue Sep 21 18:45:14 2010
@@ -39,7 +39,7 @@ public class TransactionWriteTakeIfExist
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteTakeNotifyTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteTakeNotifyTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteTakeNotifyTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteTakeNotifyTest.java Tue Sep 21 18:45:14 2010
@@ -41,7 +41,7 @@ public class TransactionWriteTakeNotifyT
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteTakeTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteTakeTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteTakeTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteTakeTest.java Tue Sep 21 18:45:14 2010
@@ -39,7 +39,7 @@ public class TransactionWriteTakeTest ex
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/TransactionWriteTest.java Tue Sep 21 18:45:14 2010
@@ -42,7 +42,7 @@ public class TransactionWriteTest extend
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotExpirationNotifyTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotExpirationNotifyTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotExpirationNotifyTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotExpirationNotifyTest.java Tue Sep 21 18:45:14 2010
@@ -48,7 +48,7 @@ public class SnapshotExpirationNotifyTes
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param sysConfig QAConfig from the runner for setup.
      */
     public void setup(com.sun.jini.qa.harness.QAConfig sysConfig) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotNotifyCounter.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotNotifyCounter.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotNotifyCounter.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotNotifyCounter.java Tue Sep 21 18:45:14 2010
@@ -56,7 +56,7 @@ public class SnapshotNotifyCounter exten
      * Constructor to init fields of the class and register class itself.
      *
      * @param template Template for which this class counts events.
-     * @param snapshot Snapshot of template.
+     * @param leaseTime
      * @param space Space in which we will create snapshot
      *
      * @exception RemoteException
@@ -85,7 +85,7 @@ public class SnapshotNotifyCounter exten
     /**
      * Creates the string representation of this counter.
      *
-     * @returns The string representation.
+     * @return The string representation.
      */
     public String toString() {
         String leaseStr;

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotNotifyNonNullTxnParamTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotNotifyNonNullTxnParamTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotNotifyNonNullTxnParamTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotNotifyNonNullTxnParamTest.java Tue Sep 21 18:45:14 2010
@@ -50,7 +50,7 @@ public class SnapshotNotifyNonNullTxnPar
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotNotifyNullTxnParamTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotNotifyNullTxnParamTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotNotifyNullTxnParamTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotNotifyNullTxnParamTest.java Tue Sep 21 18:45:14 2010
@@ -52,7 +52,7 @@ public class SnapshotNotifyNullTxnParamT
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionAbortWriteTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionAbortWriteTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionAbortWriteTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionAbortWriteTest.java Tue Sep 21 18:45:14 2010
@@ -46,7 +46,7 @@ public class SnapshotTransactionAbortWri
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionCommitTakeIfExistsTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionCommitTakeIfExistsTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionCommitTakeIfExistsTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionCommitTakeIfExistsTest.java Tue Sep 21 18:45:14 2010
@@ -50,7 +50,7 @@ public class SnapshotTransactionCommitTa
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionCommitTakeTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionCommitTakeTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionCommitTakeTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionCommitTakeTest.java Tue Sep 21 18:45:14 2010
@@ -49,7 +49,7 @@ public class SnapshotTransactionCommitTa
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionCommitWriteTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionCommitWriteTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionCommitWriteTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionCommitWriteTest.java Tue Sep 21 18:45:14 2010
@@ -47,7 +47,7 @@ public class SnapshotTransactionCommitWr
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionExpirationTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionExpirationTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionExpirationTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionExpirationTest.java Tue Sep 21 18:45:14 2010
@@ -47,7 +47,7 @@ public class SnapshotTransactionExpirati
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionLeaseTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionLeaseTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionLeaseTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionLeaseTest.java Tue Sep 21 18:45:14 2010
@@ -46,7 +46,7 @@ public class SnapshotTransactionLeaseTes
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionMultipleTakeIfExistsNO_WAITTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionMultipleTakeIfExistsNO_WAITTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionMultipleTakeIfExistsNO_WAITTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionMultipleTakeIfExistsNO_WAITTest.java Tue Sep 21 18:45:14 2010
@@ -53,7 +53,7 @@ public class SnapshotTransactionMultiple
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionMultipleTakeIfExistsTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionMultipleTakeIfExistsTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionMultipleTakeIfExistsTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionMultipleTakeIfExistsTest.java Tue Sep 21 18:45:14 2010
@@ -51,7 +51,7 @@ public class SnapshotTransactionMultiple
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionMultipleTakeNO_WAITTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionMultipleTakeNO_WAITTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionMultipleTakeNO_WAITTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionMultipleTakeNO_WAITTest.java Tue Sep 21 18:45:14 2010
@@ -53,7 +53,7 @@ public class SnapshotTransactionMultiple
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionMultipleTakeTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionMultipleTakeTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionMultipleTakeTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionMultipleTakeTest.java Tue Sep 21 18:45:14 2010
@@ -51,7 +51,7 @@ public class SnapshotTransactionMultiple
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionNotifyLeaseANYTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionNotifyLeaseANYTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionNotifyLeaseANYTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionNotifyLeaseANYTest.java Tue Sep 21 18:45:14 2010
@@ -53,7 +53,7 @@ public class SnapshotTransactionNotifyLe
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionNotifyLeaseFOREVERTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionNotifyLeaseFOREVERTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionNotifyLeaseFOREVERTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionNotifyLeaseFOREVERTest.java Tue Sep 21 18:45:14 2010
@@ -53,7 +53,7 @@ public class SnapshotTransactionNotifyLe
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionNotifyNegativeLeaseTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionNotifyNegativeLeaseTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionNotifyNegativeLeaseTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionNotifyNegativeLeaseTest.java Tue Sep 21 18:45:14 2010
@@ -48,7 +48,7 @@ public class SnapshotTransactionNotifyNe
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionNotifyTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionNotifyTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionNotifyTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionNotifyTest.java Tue Sep 21 18:45:14 2010
@@ -51,7 +51,7 @@ public class SnapshotTransactionNotifyTe
    /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadIfExistsNO_WAITTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadIfExistsNO_WAITTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadIfExistsNO_WAITTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadIfExistsNO_WAITTest.java Tue Sep 21 18:45:14 2010
@@ -51,7 +51,7 @@ public class SnapshotTransactionReadIfEx
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadIfExistsTakeTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadIfExistsTakeTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadIfExistsTakeTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadIfExistsTakeTest.java Tue Sep 21 18:45:14 2010
@@ -46,7 +46,7 @@ public class SnapshotTransactionReadIfEx
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadIfExistsTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadIfExistsTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadIfExistsTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadIfExistsTest.java Tue Sep 21 18:45:14 2010
@@ -51,7 +51,7 @@ public class SnapshotTransactionReadIfEx
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadIfExistsWaitTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadIfExistsWaitTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadIfExistsWaitTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadIfExistsWaitTest.java Tue Sep 21 18:45:14 2010
@@ -51,7 +51,7 @@ public class SnapshotTransactionReadIfEx
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadNO_WAITTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadNO_WAITTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadNO_WAITTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadNO_WAITTest.java Tue Sep 21 18:45:14 2010
@@ -51,7 +51,7 @@ public class SnapshotTransactionReadNO_W
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadTakeTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadTakeTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadTakeTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadTakeTest.java Tue Sep 21 18:45:14 2010
@@ -45,7 +45,7 @@ public class SnapshotTransactionReadTake
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadTest.java Tue Sep 21 18:45:14 2010
@@ -48,7 +48,7 @@ public class SnapshotTransactionReadTest
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadWaitTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadWaitTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadWaitTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionReadWaitTest.java Tue Sep 21 18:45:14 2010
@@ -46,7 +46,7 @@ public class SnapshotTransactionReadWait
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeIfExistsNO_WAITTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeIfExistsNO_WAITTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeIfExistsNO_WAITTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeIfExistsNO_WAITTest.java Tue Sep 21 18:45:14 2010
@@ -51,7 +51,7 @@ public class SnapshotTransactionTakeIfEx
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeIfExistsReadTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeIfExistsReadTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeIfExistsReadTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeIfExistsReadTest.java Tue Sep 21 18:45:14 2010
@@ -46,7 +46,7 @@ public class SnapshotTransactionTakeIfEx
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeIfExistsTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeIfExistsTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeIfExistsTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeIfExistsTest.java Tue Sep 21 18:45:14 2010
@@ -49,7 +49,7 @@ public class SnapshotTransactionTakeIfEx
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeIfExistsWaitTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeIfExistsWaitTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeIfExistsWaitTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeIfExistsWaitTest.java Tue Sep 21 18:45:14 2010
@@ -51,7 +51,7 @@ public class SnapshotTransactionTakeIfEx
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeNO_WAITTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeNO_WAITTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeNO_WAITTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeNO_WAITTest.java Tue Sep 21 18:45:14 2010
@@ -51,7 +51,7 @@ public class SnapshotTransactionTakeNO_W
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeReadTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeReadTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeReadTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeReadTest.java Tue Sep 21 18:45:14 2010
@@ -44,7 +44,7 @@ public class SnapshotTransactionTakeRead
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeTest.java Tue Sep 21 18:45:14 2010
@@ -48,7 +48,7 @@ public class SnapshotTransactionTakeTest
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeWaitTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeWaitTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeWaitTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeWaitTest.java Tue Sep 21 18:45:14 2010
@@ -46,7 +46,7 @@ public class SnapshotTransactionTakeWait
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteLeaseANYTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteLeaseANYTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteLeaseANYTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteLeaseANYTest.java Tue Sep 21 18:45:14 2010
@@ -52,7 +52,7 @@ public class SnapshotTransactionWriteLea
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteLeaseFOREVERTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteLeaseFOREVERTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteLeaseFOREVERTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteLeaseFOREVERTest.java Tue Sep 21 18:45:14 2010
@@ -51,7 +51,7 @@ public class SnapshotTransactionWriteLea
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteNegativeLeaseTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteNegativeLeaseTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteNegativeLeaseTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteNegativeLeaseTest.java Tue Sep 21 18:45:14 2010
@@ -46,7 +46,7 @@ public class SnapshotTransactionWriteNeg
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeIfExistsNotifyTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeIfExistsNotifyTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeIfExistsNotifyTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeIfExistsNotifyTest.java Tue Sep 21 18:45:14 2010
@@ -50,7 +50,7 @@ public class SnapshotTransactionWriteTak
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeIfExistsTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeIfExistsTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeIfExistsTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeIfExistsTest.java Tue Sep 21 18:45:14 2010
@@ -47,7 +47,7 @@ public class SnapshotTransactionWriteTak
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeNotifyTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeNotifyTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeNotifyTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeNotifyTest.java Tue Sep 21 18:45:14 2010
@@ -50,7 +50,7 @@ public class SnapshotTransactionWriteTak
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeTest.java Tue Sep 21 18:45:14 2010
@@ -46,7 +46,7 @@ public class SnapshotTransactionWriteTak
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTest.java Tue Sep 21 18:45:14 2010
@@ -49,7 +49,7 @@ public class SnapshotTransactionWriteTes
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/mux/util/AbstractMuxTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/mux/util/AbstractMuxTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/mux/util/AbstractMuxTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/mux/util/AbstractMuxTest.java Tue Sep 21 18:45:14 2010
@@ -95,7 +95,7 @@ public abstract class AbstractMuxTest im
      * is the value of the com.sun.jini.test.spec.jeri.mux.listenPort property
      * or 9090 if this property is not set.
      *
-     * @returns A port on which the test can start a listen operation
+     * @return A port on which the test can start a listen operation
      */
     public int getPort() {
         return port;
@@ -127,7 +127,7 @@ public abstract class AbstractMuxTest im
      * Returns a logger named com.sun.jini.test.spec.jeri.mux that can be
      * used while executing a test.
      *
-     * @returns A logger for use in testing.
+     * @return A logger for use in testing.
      */
     public static Logger getLogger(){
         return log;

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeArgument.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeArgument.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeArgument.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeArgument.java Tue Sep 21 18:45:14 2010
@@ -99,8 +99,8 @@ public class FakeArgument extends Remote
      * write object exception was passed in, then this method will
      * write the objects state to <code>out</code>.
      *
-     * @throw wo_exc if wo_exc is not null
-     * @throw AssertionError if wo_exc is not null and
+     * @throws wo_exc if wo_exc is not null
+     * @throws AssertionError if wo_exc is not null and
      *        wo_exc is not instanceof IOException, RuntimeException or Error
      */
     private void writeObject(ObjectOutputStream out) throws IOException {
@@ -128,8 +128,8 @@ public class FakeArgument extends Remote
      * <p>If a read object exception is unserialized, then this method
      * will throw that exception.
      *
-     * @throw ro_exc if ro_exc is not null
-     * @throw AssertionError if ro_exc is not null and
+     * @throws ro_exc if ro_exc is not null
+     * @throws AssertionError if ro_exc is not null and
      *        ro_exc is not instanceof IOException, RuntimeException,
      *        ClassNotFoundException or Error
      */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeBasicInvocationDispatcher.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeBasicInvocationDispatcher.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeBasicInvocationDispatcher.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeBasicInvocationDispatcher.java Tue Sep 21 18:45:14 2010
@@ -99,8 +99,8 @@ public class FakeBasicInvocationDispatch
      *** "set" method above. If the configured exception is null, then
      *** these methods will call <code>super.<method>(...)</code>.
      ***
-     *** @throw configured exception if not null
-     *** @throw AssertionError if configured exception was set but
+     *** @throws configured exception if not null
+     *** @throws AssertionError if configured exception was set but
      ***        is not an instance of an exception thrown by the method
      ***/
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeBasicInvocationHandler.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeBasicInvocationHandler.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeBasicInvocationHandler.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeBasicInvocationHandler.java Tue Sep 21 18:45:14 2010
@@ -103,8 +103,8 @@ public class FakeBasicInvocationHandler 
      *** "set" method above. If the configured exception is null, then
      *** these methods will call <code>super.<method>(...)</code>.
      ***
-     *** @throw configured exception if not null
-     *** @throw AssertionError if configured exception was set but
+     *** @throws configured exception if not null
+     *** @throws AssertionError if configured exception was set but
      ***        is not an instance of an exception thrown by the method
      ***/
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeInputStream.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeInputStream.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeInputStream.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeInputStream.java Tue Sep 21 18:45:14 2010
@@ -51,8 +51,8 @@ public class FakeInputStream extends Inp
      * Implementation of abstract method.
      * 
      * @return read_ret if read_exc is null
-     * @throw read_exc if read_exc is not null
-     * @throw AssertionError if read_exc is not null and
+     * @throws read_exc if read_exc is not null
+     * @throws AssertionError if read_exc is not null and
      *        read_exc is not instanceof IOException, RuntimeException or Error
      */
     public int read() throws IOException {

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeInvocationHandler.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeInvocationHandler.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeInvocationHandler.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeInvocationHandler.java Tue Sep 21 18:45:14 2010
@@ -86,7 +86,7 @@ public class FakeInvocationHandler imple
      * verifies that method parameters are correct.
      *
      * @return ro if <code>ie</code> is not null
-     * @throw ie if not null
+     * @throws ie if not null
      */
     public Object invoke(Object proxy, Method method, Object[] args)
         throws Throwable

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeObjectEndpoint.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeObjectEndpoint.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeObjectEndpoint.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeObjectEndpoint.java Tue Sep 21 18:45:14 2010
@@ -106,8 +106,8 @@ public class FakeObjectEndpoint implemen
      * Implementation of interface method.
      *
      * @return executeCallReturn if executeCallException is null
-     * @throw executeCallException if executeCallException is not null
-     * @throw AssertionError if executeCallException is not null and
+     * @throws executeCallException if executeCallException is not null
+     * @throws AssertionError if executeCallException is not null and
      *        executeCallException is not instanceof 
      *        IOException, RuntimeException, or Error
      */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeOutboundRequestIterator.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeOutboundRequestIterator.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeOutboundRequestIterator.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeOutboundRequestIterator.java Tue Sep 21 18:45:14 2010
@@ -113,7 +113,7 @@ public class FakeOutboundRequestIterator
      * Implementation of interface method.
      *
      * @return next <code>hasNextReturn</code> array element
-     * @throw AssertionError if <code>hasNextReturn</code> is null or
+     * @throws AssertionError if <code>hasNextReturn</code> is null or
      *        all elements have been returned
      */
     public boolean hasNext() {
@@ -136,8 +136,8 @@ public class FakeOutboundRequestIterator
      * 
      * @return next <code>nextReturn</code> array element if nextExc is null
      * @throws nextException if non-null
-     * @throw AssertionError if <code>nextReturn</code> is null or
-     * @throw NoSuchElementException if all elements have been returned
+     * @throws AssertionError if <code>nextReturn</code> is null or
+     * @throws NoSuchElementException if all elements have been returned
      */
     public OutboundRequest next() throws IOException {
         logger.entering(getClass().getName(),"next");

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeOutputStream.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeOutputStream.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeOutputStream.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jeri/util/FakeOutputStream.java Tue Sep 21 18:45:14 2010
@@ -46,8 +46,8 @@ public class FakeOutputStream extends Ou
     /**
      * Implementation of abstract method.
      * 
-     * @throw write_exc if write_exc is not null
-     * @throw AssertionError if write_exc is null or
+     * @throws write_exc if write_exc is not null
+     * @throws AssertionError if write_exc is null or
      *        write_exc is not instanceof IOException, RuntimeException or Error
      */
     public void write(int b) throws IOException {

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/joinmanager/AbstractBaseTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/joinmanager/AbstractBaseTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/joinmanager/AbstractBaseTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/joinmanager/AbstractBaseTest.java Tue Sep 21 18:45:14 2010
@@ -463,14 +463,6 @@ abstract public class AbstractBaseTest e
      *  lookup services that have been started. Waits at least nSecsJoin
      *  seconds, but no more than 2*nSecsJoin seconds to allow for the
      *  possibility that more events than expected may arrive.
-     *  
-     *  This method will return <code>null</code> if there are no problems.
-     *  If the <code>String</code> returned by this method is 
-     *  non-<code>null</code>, then the test should declare failure and
-     *  display the value returned by this method.
-     *
-     *  @return a <code>String</code> containing a failure message, or
-     *           <code>null</code> if there was no problem.
      */
     protected void verifyJoin() throws Exception {
         logger.log(Level.FINE, "waiting at least "+nSecsJoin
@@ -521,9 +513,6 @@ abstract public class AbstractBaseTest e
      *  If the <code>String</code> returned by this method is 
      *  non-<code>null</code>, then the test should declare failure and
      *  display the value returned by this method.
-     *
-     *  @return a <code>String</code> containing a failure message, or
-     *           <code>null</code> if there was no problem.
      */
     protected void verifyJoin(int nEventsExpected) throws Exception {
         verifyJoin();
@@ -600,9 +589,6 @@ abstract public class AbstractBaseTest e
      *  If the <code>String</code> returned by this method is 
      *  non-<code>null</code>, then the test should declare failure and
      *  display the value returned by this method.
-     *
-     *  @return a <code>String</code> containing a failure message, or
-     *           <code>null</code> if there was no problem.
      */
     protected void verifyAttrsInJoinMgr(JoinManager joinMgr, Entry[] attrs) 
 	throws Exception
@@ -636,9 +622,6 @@ abstract public class AbstractBaseTest e
      *  If the <code>String</code> returned by this method is 
      *  non-<code>null</code>, then the test should declare failure and
      *  display the value returned by this method.
-     *
-     *  @return a <code>String</code> containing a failure message, or
-     *           <code>null</code> if there was no problem.
      */
     protected void verifyPropagation(Entry[] attrs) throws Exception {
         verifyPropagation(attrs, 0);
@@ -658,9 +641,6 @@ abstract public class AbstractBaseTest e
      *  If the <code>String</code> returned by this method is 
      *  non-<code>null</code>, then the test should declare failure and
      *  display the value returned by this method.
-     *
-     *  @return a <code>String</code> containing a failure message, or
-     *           <code>null</code> if there was no problem.
      */
     protected void verifyPropagation(Entry[] attrs, int nSecsWait) 
 	throws Exception

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/joinmanager/GetJoinSetCallback.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/joinmanager/GetJoinSetCallback.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/joinmanager/GetJoinSetCallback.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/joinmanager/GetJoinSetCallback.java Tue Sep 21 18:45:14 2010
@@ -126,9 +126,6 @@ public class GetJoinSetCallback extends 
      *  If the <code>String</code> returned by this method is 
      *  non-<code>null</code>, then the test should declare failure and
      *  display the value returned by this method.
-     *
-     *  @return a <code>String</code> containing a failure message, or
-     *           <code>null</code> if there was no problem.
      */
     protected void verifyNewArray() throws Exception {
         ServiceRegistrar[] newJoinRegs = jm.getJoinSet();

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jrmp/util/AbstractTestBase.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jrmp/util/AbstractTestBase.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jrmp/util/AbstractTestBase.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/jrmp/util/AbstractTestBase.java Tue Sep 21 18:45:14 2010
@@ -102,7 +102,7 @@ public abstract class AbstractTestBase e
     /**
      * Sets up the testing environment.
      *
-     * @param config Configuration for setup.
+     * @param sysConfig Configuration for setup.
      */
     public void setup(QAConfig sysConfig) throws Exception {
         // mandatory call to parent
@@ -146,18 +146,6 @@ public abstract class AbstractTestBase e
     /**
      * Constructs JrmpExporter using appropriate constructor.
      *
-     * @param cType  Constuctor being used for constructing JrmpExporter.
-     *        Possible values:
-     *        NOARG_FACTORY - public JrmpExporter()
-     *        PORT_FACTORY - public JrmpExporter(int port)
-     *        SOCKS_FACTORY - public JrmpExporter(int port,
-     *                                            RMIClientSocketFactory csf,
-     *                                            RMIServerSocketFactory ssf)
-     *        ID_FACTORY - public JrmpExporter(ActivationID id, int port)
-     *        ID_SOCKS_FACTORY - public JrmpExporter(ActivationID id, int port,
-     *                                               RMIClientSocketFactory csf,
-     *                                               RMIServerSocketFactory ssf)
-     *
      * @return Constructed JrmpExporter
      */
     public JrmpExporter createJrmpExporter() {

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/loader/downloadPermission/Constructor.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/loader/downloadPermission/Constructor.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/loader/downloadPermission/Constructor.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/loader/downloadPermission/Constructor.java Tue Sep 21 18:45:14 2010
@@ -102,7 +102,7 @@ public class Constructor extends QATest 
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param sysConfig QAConfig from the runner for setup.
      */
     public void setup(QAConfig sysConfig) throws Exception {
         // Set shared vm mode to be disabled in all cases

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/loader/pref/AbstractTestBase.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/loader/pref/AbstractTestBase.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/loader/pref/AbstractTestBase.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/loader/pref/AbstractTestBase.java Tue Sep 21 18:45:14 2010
@@ -111,7 +111,7 @@ public abstract class AbstractTestBase e
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param config QAConfig from the runner for setup.
      */
     public void setup(QAConfig config) throws Exception {
         this.config = config;
@@ -173,7 +173,7 @@ public abstract class AbstractTestBase e
      *
      * @param jar name of jar file to download preferred classes/resources.
      *
-     * @param jar1 (optional) name of (second) jar file to download preferred
+     * @param jar2 (optional) name of (second) jar file to download preferred
      *        classes/resources
      *
      * @throws TestException if could not create

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorReplace.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorReplace.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorReplace.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorReplace.java Tue Sep 21 18:45:14 2010
@@ -57,7 +57,6 @@ import java.util.ArrayList;
  * 
  * @see com.sun.jini.test.spec.lookupdiscovery.MulticastMonitorChange
  * @see com.sun.jini.test.spec.lookupdiscovery.MulticastMonitorReplace
- * @see com.sun.jini.test.spec.lookupdiscovery.MulticastMonitorReplaceAll
  * @see com.sun.jini.test.spec.lookupdiscovery.MulticastMonitorReplaceNone
  * @see com.sun.jini.test.spec.lookupdiscovery.MulticastMonitorStop
  * @see com.sun.jini.test.spec.lookupdiscovery.MulticastMonitorTerminate

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorStop.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorStop.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorStop.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorStop.java Tue Sep 21 18:45:14 2010
@@ -66,7 +66,6 @@ import java.util.logging.Level;
  * 
  * @see com.sun.jini.test.spec.lookupdiscovery.MulticastMonitorChange
  * @see com.sun.jini.test.spec.lookupdiscovery.MulticastMonitorReplace
- * @see com.sun.jini.test.spec.lookupdiscovery.MulticastMonitorReplaceAll
  * @see com.sun.jini.test.spec.lookupdiscovery.MulticastMonitorReplaceNone
  * @see com.sun.jini.test.spec.lookupdiscovery.MulticastMonitorStopReplace
  * @see com.sun.jini.test.spec.lookupdiscovery.MulticastMonitorTerminate

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorStopReplace.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorStopReplace.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorStopReplace.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorStopReplace.java Tue Sep 21 18:45:14 2010
@@ -70,7 +70,6 @@ import java.util.ArrayList;
  * 
  * @see com.sun.jini.test.spec.lookupdiscovery.MulticastMonitorChange
  * @see com.sun.jini.test.spec.lookupdiscovery.MulticastMonitorReplace
- * @see com.sun.jini.test.spec.lookupdiscovery.MulticastMonitorReplaceAll
  * @see com.sun.jini.test.spec.lookupdiscovery.MulticastMonitorReplaceNone
  * @see com.sun.jini.test.spec.lookupdiscovery.MulticastMonitorStop
  * @see com.sun.jini.test.spec.lookupdiscovery.MulticastMonitorTerminate

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorTerminate.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorTerminate.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorTerminate.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorTerminate.java Tue Sep 21 18:45:14 2010
@@ -76,7 +76,6 @@ import java.util.HashMap;
  * 
  * @see com.sun.jini.test.spec.lookupdiscovery.MulticastMonitorChange
  * @see com.sun.jini.test.spec.lookupdiscovery.MulticastMonitorReplace
- * @see com.sun.jini.test.spec.lookupdiscovery.MulticastMonitorReplaceAll
  * @see com.sun.jini.test.spec.lookupdiscovery.MulticastMonitorReplaceNone
  * @see com.sun.jini.test.spec.lookupdiscovery.MulticastMonitorStop
  * @see com.sun.jini.test.spec.lookupdiscovery.MulticastMonitorStopReplace

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/QATestRegistrar.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/QATestRegistrar.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/QATestRegistrar.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/QATestRegistrar.java Tue Sep 21 18:45:14 2010
@@ -351,7 +351,7 @@ public abstract class QATestRegistrar ex
      *  After processing the appropriate data in the argument list, the values
      *  of a number of this class' fields are set, the codebase system property
      *  is set, and the RMI security manager is set.
-     *  @param args command line arguments for the current QA test
+     *  @param config QAConfig for the current QA test
      *  @exception TestException will usually indicate an "unresolved"
      *  condition because at this point the test has not yet begun.
      */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/QATestUtils.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/QATestUtils.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/QATestUtils.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/QATestUtils.java Tue Sep 21 18:45:14 2010
@@ -51,7 +51,7 @@ import java.util.logging.Level;
  *  member class, and most methods, contained in this class is public 
  *  and static; this class does not need to be instantiated.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  */
 public class QATestUtils {
@@ -138,8 +138,6 @@ public class QATestUtils {
 
         /** Creates a SrvcAttrTuple with the given transition value
          *  and null reference arrays of service items and attributes.
-         *  @param srvcItems the array of registered service items
-         *  @param attrs array of Entry type elements containing attributes
          *  @param srvcObj the service component of the new tuple
          *  @param attrObj the attribute component of the new tuple
          *  @param transition the transition component of the new tuple
@@ -158,11 +156,8 @@ public class QATestUtils {
 
         /** Creates a SrvcAttrTuple with the "unknown" (0) transition value
          *  and null reference arrays of service items and attributes.
-         *  @param srvcItems the array of registered service items
-         *  @param attrs array of Entry type elements containing attributes
          *  @param srvcObj the service component of the new tuple
          *  @param attrObj the attribute component of the new tuple
-         *  @param transition the transition component of the new tuple
          */
         public SrvcAttrTuple(Object srvcObj,
                              Object attrObj)
@@ -331,7 +326,6 @@ public class QATestUtils {
      *  the element that equals the given attribute Object; returning the
      *  element index if a match is found and -1 otherwise
      *  @param obj attribute object to search for
-     *  @param srvcItems array of attributes to search
      *  @return int (array index or -1 if no match found)
      */
     public static int getAttrIndx(Object     obj,

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/EvntLeaseExpiration.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/EvntLeaseExpiration.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/EvntLeaseExpiration.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/EvntLeaseExpiration.java Tue Sep 21 18:45:14 2010
@@ -41,7 +41,7 @@ import java.util.Vector;
 /** This class is used to test that all event notifications cease to be
  *  delivered after all event leases have expired.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/LookupByClass.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/LookupByClass.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/LookupByClass.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/LookupByClass.java Tue Sep 21 18:45:14 2010
@@ -33,7 +33,7 @@ import java.rmi.RemoteException;
 /** This class is used to test that every service item registered with
  *  the Lookup service can be successfully looked up using only its class type.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/LookupByIntfc.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/LookupByIntfc.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/LookupByIntfc.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/LookupByIntfc.java Tue Sep 21 18:45:14 2010
@@ -35,7 +35,7 @@ import java.rmi.RemoteException;
  *  interfaces it implements (excluding the universally-implemented
  *  Serializable interface).
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/LookupBySrvcID.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/LookupBySrvcID.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/LookupBySrvcID.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/LookupBySrvcID.java Tue Sep 21 18:45:14 2010
@@ -32,7 +32,7 @@ import java.rmi.RemoteException;
 /** This class is used to test that every service item registered with
  *  the Lookup service can be successfully looked up using only its service ID.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/LookupBySuper.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/LookupBySuper.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/LookupBySuper.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/LookupBySuper.java Tue Sep 21 18:45:14 2010
@@ -34,7 +34,7 @@ import java.rmi.RemoteException;
  *  the Lookup service can be successfully looked up using only the 
  *  super classes it extends (excluding the universally-extended Object class).
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */