< prev index next >

src/java.base/share/classes/java/lang/Character.java

Print this page
@@ -178,12 +178,11 @@
   * @author  Martin Buchholz
   * @author  Ulf Zibis
   * @since   1.0
   */
  @jdk.internal.ValueBased
- public final
- class Character implements java.io.Serializable, Comparable<Character>, Constable {
+ public final class Character implements java.io.Serializable, Comparable<Character>, Constable {
      /**
       * The minimum radix available for conversion to and from strings.
       * The constant value of this field is the smallest value permitted
       * for the radix argument in radix-conversion methods such as the
       * {@code digit} method, the {@code forDigit} method, and the
< prev index next >