Author: mcombellack
Date: Mon Dec  8 05:32:02 2008
New Revision: 724339

URL: http://svn.apache.org/viewvc?rev=724339&view=rev
Log:
Converted existing comments in the source code to the correct JavaDoc format 
since they were just inline comments

Modified:
    
tuscany/java/sca/itest/scopes/src/test/java/org/apache/tuscany/sca/test/ScopeTestCase.java

Modified: 
tuscany/java/sca/itest/scopes/src/test/java/org/apache/tuscany/sca/test/ScopeTestCase.java
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/itest/scopes/src/test/java/org/apache/tuscany/sca/test/ScopeTestCase.java?rev=724339&r1=724338&r2=724339&view=diff
==============================================================================
--- 
tuscany/java/sca/itest/scopes/src/test/java/org/apache/tuscany/sca/test/ScopeTestCase.java
 (original)
+++ 
tuscany/java/sca/itest/scopes/src/test/java/org/apache/tuscany/sca/test/ScopeTestCase.java
 Mon Dec  8 05:32:02 2008
@@ -31,14 +31,27 @@
 
 public class ScopeTestCase {
 
-    private static final int NUM_THREADS = 4; // number of threads to drive 
each scope container
-    private static final int ITERATIONS = 200; // number of iterations per 
thread
+    /**
+     * Number of threads to drive each scope container.
+     */
+    private static final int NUM_THREADS = 4;
+    
+    /**
+     *  Number of iterations per thread.
+     */
+    private static final int ITERATIONS = 200;
+    
     private Node node;
 
-    // Test scope containers.
-    // The request scope container isn't hooked up for some reason so the code 
below
-    // that tests request scope is commented out.
-    // Code could be added to test session scope once it is supported in a 
standalone environment.
+    /**
+     * Test scope containers.
+     * 
+     * The request scope container isn't hooked up for some reason so the code 
below
+     * that tests request scope is commented out.
+     * Code could be added to test session scope once it is supported in a 
standalone environment.
+     * 
+     * @throws InterruptedException Test failed
+     */
     @Test
     public void testScopes() throws InterruptedException {
 


Reply via email to