diff options
author | Sven Gothel <[email protected]> | 2013-07-02 22:25:23 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-07-02 22:25:23 +0200 |
commit | 51427b92a2d9cd3fc619854e26536c9c6adad947 (patch) | |
tree | 83b15620b717c1186771ed21ee1a5c6ab5a2f02b /src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkMultiple.java | |
parent | 35fcf49d1cb49e3844e7cee44f34d827d8a102ce (diff) |
PNGJ: Bump to git sha1 a0b1101ba2d37de39428ed55c8189502e24a3125 of https://code.google.com/p/pngj/
Diffstat (limited to 'src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkMultiple.java')
-rw-r--r-- | src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkMultiple.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkMultiple.java b/src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkMultiple.java index 696edd431..d44250a2f 100644 --- a/src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkMultiple.java +++ b/src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkMultiple.java @@ -17,7 +17,8 @@ public abstract class PngChunkMultiple extends PngChunk { }
/**
- * NOTE: this chunk uses the default Object's equals() hashCode() implementation.
+ * NOTE: this chunk uses the default Object's equals() hashCode()
+ * implementation.
*
* This is the right thing to do, normally.
*
|