From 51427b92a2d9cd3fc619854e26536c9c6adad947 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 2 Jul 2013 22:25:23 +0200 Subject: PNGJ: Bump to git sha1 a0b1101ba2d37de39428ed55c8189502e24a3125 of https://code.google.com/p/pngj/ --- .../jogamp/opengl/util/pngj/chunks/ChunkLoadBehaviour.java | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/jogl/classes/jogamp/opengl/util/pngj/chunks/ChunkLoadBehaviour.java') diff --git a/src/jogl/classes/jogamp/opengl/util/pngj/chunks/ChunkLoadBehaviour.java b/src/jogl/classes/jogamp/opengl/util/pngj/chunks/ChunkLoadBehaviour.java index 03d50c2c4..82ab3bcf9 100644 --- a/src/jogl/classes/jogamp/opengl/util/pngj/chunks/ChunkLoadBehaviour.java +++ b/src/jogl/classes/jogamp/opengl/util/pngj/chunks/ChunkLoadBehaviour.java @@ -1,7 +1,8 @@ package jogamp.opengl.util.pngj.chunks; /** - * Defines gral strategy about what to do with ancillary (non-critical) chunks when reading + * Defines gral strategy about what to do with ancillary (non-critical) chunks + * when reading */ public enum ChunkLoadBehaviour { /** @@ -9,7 +10,8 @@ public enum ChunkLoadBehaviour { */ LOAD_CHUNK_NEVER, /** - * Ancillary chunks are loaded only if 'known' (registered with the factory). + * Ancillary chunks are loaded only if 'known' (registered with the + * factory). */ LOAD_CHUNK_KNOWN, /** @@ -19,7 +21,8 @@ public enum ChunkLoadBehaviour { LOAD_CHUNK_IF_SAFE, /** * Load all chunks.
- * Notice that other restrictions might apply, see PngReader.skipChunkMaxSize PngReader.skipChunkIds + * Notice that other restrictions might apply, see + * PngReader.skipChunkMaxSize PngReader.skipChunkIds */ LOAD_CHUNK_ALWAYS; } -- cgit v1.2.3