From 8c08b63daaaa5b1626a8666ee6e8d16c728e99a6 Mon Sep 17 00:00:00 2001 From: chibash Date: Fri, 21 Nov 2014 00:42:29 +0900 Subject: reformatted the code for fixing JASSIST-209. It has been fixed by the previous commit, though. --- src/main/javassist/bytecode/annotation/ClassMemberValue.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/main/javassist/bytecode/annotation') diff --git a/src/main/javassist/bytecode/annotation/ClassMemberValue.java b/src/main/javassist/bytecode/annotation/ClassMemberValue.java index 6a1bcd85..7169d723 100644 --- a/src/main/javassist/bytecode/annotation/ClassMemberValue.java +++ b/src/main/javassist/bytecode/annotation/ClassMemberValue.java @@ -101,10 +101,10 @@ public class ClassMemberValue extends MemberValue { 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); + } } /** -- cgit v1.2.3