aboutsummaryrefslogtreecommitdiffstats
path: root/src/junit/com/jogamp/common/util/locks
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-02-26 18:10:07 +0100
committerSven Gothel <[email protected]>2011-02-26 18:10:07 +0100
commit45788d1f3264725ba2e2f31f4b56d492e265b67c (patch)
tree478184fe754f4858664f8b4bd62ea54c54d5ec3c /src/junit/com/jogamp/common/util/locks
parent5cf4eeb334ac5390b0c681da0fb17db56a143395 (diff)
cleanup imports
Diffstat (limited to 'src/junit/com/jogamp/common/util/locks')
-rw-r--r--src/junit/com/jogamp/common/util/locks/TestRecursiveLock01.java7
1 files changed, 0 insertions, 7 deletions
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 {