diff options
author | Sven Gothel <[email protected]> | 2008-06-21 02:52:27 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2008-06-21 02:52:27 +0000 |
commit | 32f216838432d0a67ce78061aa8a09261e3c3716 (patch) | |
tree | 4407ecaa0b3e77cfac2e35978d770c8c888edf06 /src/classes/com/sun/opengl/util/texture/spi/LEDataInputStream.java | |
parent | c055a37c8e11be9fc7bb49fcdda5b01d3fa8be43 (diff) |
*** empty log message ***
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1669 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'src/classes/com/sun/opengl/util/texture/spi/LEDataInputStream.java')
-rwxr-xr-x | src/classes/com/sun/opengl/util/texture/spi/LEDataInputStream.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/classes/com/sun/opengl/util/texture/spi/LEDataInputStream.java b/src/classes/com/sun/opengl/util/texture/spi/LEDataInputStream.java index edbb6e35e..8baa1f414 100755 --- a/src/classes/com/sun/opengl/util/texture/spi/LEDataInputStream.java +++ b/src/classes/com/sun/opengl/util/texture/spi/LEDataInputStream.java @@ -68,7 +68,7 @@ import java.io.IOException; * @author Robin Luiten * @version 1.1 15/Dec/1997 */ -class LEDataInputStream extends FilterInputStream implements DataInput +public class LEDataInputStream extends FilterInputStream implements DataInput { /** * To reuse some of the non endian dependent methods from |