-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-libs
-
b04
The field `name` can be declared `final`. This is not strictly required to make the class `ByteOrder` thread safe as fields are set at class initialization but is semantically correct.