mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
23.28.2007 c2aa8522ae5fe0386a2328aceb2243aa3492310e
Fix a line longer than 80 characters that was causing a checkstyle failure.
1 files modified
16 ■■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/upgrader/ui/ChooseVersionPanel.java 16 ●●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/ui/ChooseVersionPanel.java
@@ -279,10 +279,10 @@
          implements ListCellRenderer {
    /**
     * The serial version identifier required to satisfy the compiler because this
     * class extends a class that implements the {@code java.io.Serializable}
     * interface.  This value was generated using the {@code serialver}
     * command-line utility included with the Java SDK.
     * The serial version identifier required to satisfy the compiler because
     * this * class extends a class that implements the
     * {@code java.io.Serializable} interface.  This value was generated using
     * the {@code serialver} command-line utility included with the Java SDK.
     */
    private static final long serialVersionUID = -7075573664472711599L;
@@ -320,10 +320,10 @@
    private Throwable reason = null;
    /**
     * The serial version identifier required to satisfy the compiler because this
     * class extends a class that implements the {@code java.io.Serializable}
     * interface.  This value was generated using the {@code serialver}
     * command-line utility included with the Java SDK.
     * The serial version identifier required to satisfy the compiler because
     * this * class extends a class that implements the
     * {@code java.io.Serializable} interface.  This value was generated using
     * the {@code serialver} command-line utility included with the Java SDK.
     */
    private static final long serialVersionUID = -5606673656068527646L;