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

neil_a_wilson
23.26.2007 673d22f61dfb2f574c6445f3b262479c3b40c976
Define the serialVersionUID variable for QuickSetup classes which indirectly
implement the Serializable interface.
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,6 +279,14 @@
          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.
     */
    private static final long serialVersionUID = -7075573664472711599L;
    /**
     * Creates a default instance.
     */
    public BuildListErrorComboBoxRenderer() {
@@ -312,6 +320,14 @@
    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.
     */
    private static final long serialVersionUID = -5606673656068527646L;
    /**
     * Creates an instance.
     * @param rbm RemoteBuildManager that is having trouble.
     */