--- old/src/share/classes/java/lang/reflect/Method.java 2012-08-31 11:14:51.401427548 -0700 +++ new/src/share/classes/java/lang/reflect/Method.java 2012-08-31 11:14:51.289427552 -0700 @@ -194,7 +194,7 @@ * @since 1.5 */ @Override - @SuppressWarnings({ "rawtypes", "unchecked" }) + @SuppressWarnings({"rawtypes", "unchecked"}) public TypeVariable[] getTypeParameters() { if (getGenericSignature() != null) return (TypeVariable[])getGenericInfo().getTypeParameters();