--- old/src/jdk.jdi/share/classes/com/sun/jdi/TypeComponent.java 2020-04-12 17:30:11.000000000 -0700 +++ new/src/jdk.jdi/share/classes/com/sun/jdi/TypeComponent.java 2020-04-12 17:30:11.000000000 -0700 @@ -58,7 +58,8 @@ String name(); /** - * Gets the JNI-style signature for this type component. The + * Gets the + * JNI-style signature for this type component. The * signature is encoded type information as defined * in the JNI documentation. It is a convenient, compact format for * for manipulating type information internally, not necessarily @@ -66,7 +67,6 @@ * {@link Method#returnTypeName} for ways to help get a more readable * representation of the type. * - * @see Type Signatures * @return a string containing the signature */ String signature();