From 7d2a3b0139c9bd28756d633d5e110c3014f23c4b Mon Sep 17 00:00:00 2001 From: mcombellack Date: Mon, 8 Dec 2008 13:32:02 +0000 Subject: Converted existing comments in the source code to the correct JavaDoc format since they were just inline comments git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724339 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/tuscany/sca/test/ScopeTestCase.java | 25 ++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) (limited to 'java') diff --git a/java/sca/itest/scopes/src/test/java/org/apache/tuscany/sca/test/ScopeTestCase.java b/java/sca/itest/scopes/src/test/java/org/apache/tuscany/sca/test/ScopeTestCase.java index 3f841910ec..959a6067ee 100644 --- a/java/sca/itest/scopes/src/test/java/org/apache/tuscany/sca/test/ScopeTestCase.java +++ b/java/sca/itest/scopes/src/test/java/org/apache/tuscany/sca/test/ScopeTestCase.java @@ -31,14 +31,27 @@ import org.junit.Test; 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 { -- cgit v1.2.3