-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 21
-
Component/s: core-libs
-
b04
-
Verified
default -> throw new IllegalArgumentException("Invalid ConstantValueAtrtibute value: " + value);
should be
default -> throw new IllegalArgumentException("Invalid ConstantValueAttribute value: " + value);
should be
default -> throw new IllegalArgumentException("Invalid ConstantValueAttribute value: " + value);