<p>-version 3.19
<ul>
-<li>JIRA JASSIST-158, 205, 206, 207, 208, 211, 212, 216, 220, 223, 224, 227, 230, 234, 235, 236.
+<li>JIRA JASSIST-158, 205, 206, 207, 208, 209, 211, 212, 216, 220, 223, 224, 227, 230, 234, 235, 236.
</ul>
</p>
public String getValue() {
String v = cp.getUtf8Info(valueIndex);
try {
- return SignatureAttribute.toTypeSignature(v).jvmTypeName();
- } catch (BadBytecode e) {
- throw new RuntimeException(e);
- }
+ return SignatureAttribute.toTypeSignature(v).jvmTypeName();
+ } catch (BadBytecode e) {
+ throw new RuntimeException(e);
+ }
}
/**