From 45788d1f3264725ba2e2f31f4b56d492e265b67c Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 26 Feb 2011 18:10:07 +0100 Subject: cleanup imports --- src/junit/com/jogamp/common/util/locks/TestRecursiveLock01.java | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/junit/com/jogamp/common/util') diff --git a/src/junit/com/jogamp/common/util/locks/TestRecursiveLock01.java b/src/junit/com/jogamp/common/util/locks/TestRecursiveLock01.java index ff55976..c847f5b 100644 --- a/src/junit/com/jogamp/common/util/locks/TestRecursiveLock01.java +++ b/src/junit/com/jogamp/common/util/locks/TestRecursiveLock01.java @@ -28,15 +28,8 @@ package com.jogamp.common.util.locks; -import com.jogamp.common.util.locks.RecursiveLock; -import java.lang.reflect.*; import java.io.IOException; -import org.junit.Assert; -import org.junit.Before; -import org.junit.BeforeClass; -import org.junit.After; -import org.junit.AfterClass; import org.junit.Test; public class TestRecursiveLock01 { -- cgit v1.2.3