diff options
author | Sven Gothel <[email protected]> | 2010-11-12 00:51:39 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-12 00:51:39 +0100 |
commit | 68b6fe47ea0c93ccd39497f12de9ba37415803ee (patch) | |
tree | dc3ad6fc9240207c36ba7a10233e441a4dc7e1d3 /src/junit | |
parent | b735755815312b5fe2c003642de60711be1cd645 (diff) |
com.jogamp.common.util.GlueGenVersion -> com.jogamp.common.GlueGenVersion
Diffstat (limited to 'src/junit')
-rw-r--r-- | src/junit/com/jogamp/common/util/TestVersionInfo.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/junit/com/jogamp/common/util/TestVersionInfo.java b/src/junit/com/jogamp/common/util/TestVersionInfo.java index da05e6b..0ed6678 100644 --- a/src/junit/com/jogamp/common/util/TestVersionInfo.java +++ b/src/junit/com/jogamp/common/util/TestVersionInfo.java @@ -28,6 +28,7 @@ package com.jogamp.common.util; +import com.jogamp.common.GlueGenVersion; import java.io.IOException; import org.junit.Test; |