Skip to content

Commit cfce709

Browse files
committed
SonarQube fixes.
1 parent ca54f65 commit cfce709

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public <T> T getInstance(Class<T> clazz, byte[] bytes) {
200200
*/
201201
@Override
202202
public boolean requiresGlobalHeap(boolean required) {
203-
return required | false;
203+
return required || false;
204204
}
205205

206206
/**

0 commit comments

Comments
 (0)