Skip to content

Commit ca54f65

Browse files
committed
Generate updates for 0.1.4 version.
1 parent a378a71 commit ca54f65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/hdf5javalib/datatype/BitFieldDatatype.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public <T> T getInstance(Class<T> clazz, byte[] bytes) {
164164
*/
165165
@Override
166166
public boolean requiresGlobalHeap(boolean required) {
167-
return required | false;
167+
return required || false;
168168
}
169169

170170
/**

0 commit comments

Comments
 (0)