summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/com/jogamp/opencl/util/JOCLVersion.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com/jogamp/opencl/util/JOCLVersion.java b/src/com/jogamp/opencl/util/JOCLVersion.java
index f4faacef..6c7e02df 100644
--- a/src/com/jogamp/opencl/util/JOCLVersion.java
+++ b/src/com/jogamp/opencl/util/JOCLVersion.java
@@ -9,6 +9,7 @@ import com.jogamp.common.util.JogampVersion;
import com.jogamp.common.util.VersionUtil;
import java.util.jar.Manifest;
+import static com.jogamp.common.util.VersionUtil.*;
/**
*
@@ -36,7 +37,7 @@ public class JOCLVersion extends JogampVersion {
StringBuilder sb = new StringBuilder();
sb.append(SEPERATOR).append(Platform.getNewline());
- sb.append(VersionUtil.getPlatformInfo(null));
+ sb.append(getPlatformInfo(null));
sb.append(SEPERATOR).append(Platform.getNewline());
createInstance().toString(sb);