Skip to content

Commit 1180a34

Browse files
committed
classes/fixes for imglib2
1 parent 7629a65 commit 1180a34

File tree

4 files changed

+988
-6
lines changed

4 files changed

+988
-6
lines changed

sources/net.sf.j2s.java.core/src/java/awt/image/DataBuffer.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ public abstract class DataBuffer {
8181
/** Tag for int data. */
8282
public static final int TYPE_INT = 3;
8383

84-
// /** Tag for float data. Placeholder for future use. */
85-
// public static final int TYPE_FLOAT = 4;
86-
//
87-
// /** Tag for double data. Placeholder for future use. */
88-
// public static final int TYPE_DOUBLE = 5;
89-
//
84+
/** Tag for float data. Placeholder for future use. */
85+
public static final int TYPE_FLOAT = 4;
86+
87+
/** Tag for double data. Placeholder for future use. */
88+
public static final int TYPE_DOUBLE = 5;
89+
9090
/** Tag for undefined data. */
9191
public static final int TYPE_UNDEFINED = 32;
9292

0 commit comments

Comments
 (0)