mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
HDFFV-10544 correct typo
This commit is contained in:
parent
565ee9e7f9
commit
9efb9b7426
@ -50,7 +50,7 @@ public class HDF5LibraryException extends HDF5Exception {
|
||||
|
||||
this.majorErrorNumber = _getMajorErrorNumber();
|
||||
this.minorErrorNumber = _getMinorErrorNumber();
|
||||
detailMessage = getMinorError(minorErrorNumber());
|
||||
detailMessage = getMinorError(minorErrorNumber);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user