summaryrefslogtreecommitdiffstats
path: root/src/newt
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-05-19 23:24:23 +0200
committerSven Gothel <[email protected]>2014-05-19 23:24:23 +0200
commit42107f055878d817b9a568f62564540f218eb57a (patch)
tree5329bf0565ba47df0af233250e0bdc675323c9fd /src/newt
parent1a10db565491d27d135cff898efec58e45cc306f (diff)
Minor edits: Fix comments / API-docs
Diffstat (limited to 'src/newt')
-rw-r--r--src/newt/classes/com/jogamp/newt/Display.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newt/classes/com/jogamp/newt/Display.java b/src/newt/classes/com/jogamp/newt/Display.java
index 4b38fcca5..847c9698a 100644
--- a/src/newt/classes/com/jogamp/newt/Display.java
+++ b/src/newt/classes/com/jogamp/newt/Display.java
@@ -164,7 +164,7 @@ public abstract class Display {
}
/**
- * Returns the native platform's {@link PointerIcon.PixelFormat} for pointer-icon pixel data.
+ * Returns the native platform's {@link PixelFormat} for pointer-icon pixel data.
* <p>
* Using this value will avoid conversion within {@link #createPointerIcon(PixelRectangle, int, int)}.
* </p>