Skip to content

Commit

Permalink
WELDX-19: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
peteroyle committed Dec 11, 2009
1 parent 441246a commit d704457
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Expand Up @@ -16,6 +16,7 @@
*/
package org.jboss.weld.environment.se.test;

import org.jboss.weld.environment.se.test.beans.threading.ThreadRunner;
import java.util.ArrayList;

import java.util.List;
Expand All @@ -34,8 +35,8 @@
public class ThreadContextTest
{

static final int NUM_THREADS = 10;
static final int NUM_LOOPS = 10;
public static final int NUM_THREADS = 10;
public static final int NUM_LOOPS = 10;

@Test
public void testThreadContext()
Expand Down
Expand Up @@ -14,13 +14,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.jboss.weld.environment.se.test;
package org.jboss.weld.environment.se.test.beans.threading;

import org.jboss.weld.environment.se.test.*;
import java.util.ArrayList;
import java.util.List;
import javax.inject.Inject;
import org.jboss.weld.environment.se.test.beans.threading.SingletonCounter;
import org.jboss.weld.environment.se.test.beans.threading.ThreadCounter;

import static org.testng.Assert.assertEquals;

Expand Down

0 comments on commit d704457

Please sign in to comment.