mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
parent
1a2d696de4
commit
57c71cb983
@ -455,6 +455,7 @@ public class HDFArray {
|
|||||||
new HDF5JavaException("HDFArray: unsupported Object type: " + ArrayDescriptor.NT);
|
new HDF5JavaException("HDFArray: unsupported Object type: " + ArrayDescriptor.NT);
|
||||||
throw(ex);
|
throw(ex);
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
} // end of statement for arrays of boxed objects
|
} // end of statement for arrays of boxed objects
|
||||||
default:
|
default:
|
||||||
HDF5JavaException ex =
|
HDF5JavaException ex =
|
||||||
@ -527,6 +528,7 @@ public class HDFArray {
|
|||||||
new HDF5JavaException("HDFArray: unsupported Object type: " + ArrayDescriptor.NT);
|
new HDF5JavaException("HDFArray: unsupported Object type: " + ArrayDescriptor.NT);
|
||||||
throw(ex);
|
throw(ex);
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
} // end of statement for arrays of boxed numerics
|
} // end of statement for arrays of boxed numerics
|
||||||
} // end of switch statement for arrays of primitives
|
} // end of switch statement for arrays of primitives
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user