Browse Source

Tidy warnings

Change-Id: I5e1e8a6eabd136666775666144e67664edccc84c
Reviewed-on: http://gerrit.dmdirc.com/3164
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Chris Smith <chris@dmdirc.com>
tags/0.8
Greg Holmes 10 years ago
parent
commit
c2887266fe
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      src/com/dmdirc/addons/ui_swing/textpane/BackgroundPainter.java

+ 3
- 3
src/com/dmdirc/addons/ui_swing/textpane/BackgroundPainter.java View File

@@ -43,6 +43,9 @@ import org.jdesktop.jxlayer.plaf.LayerUI;
43 43
  */
44 44
 public class BackgroundPainter extends LayerUI<JComponent> {
45 45
 
46
+    /** A version for this class, sued for serialisation. */
47
+    private static final long serialVersionUID = 1L;
48
+
46 49
     /**
47 50
      * Domain to retrieve settings from.
48 51
      */
@@ -139,9 +142,6 @@ public class BackgroundPainter extends LayerUI<JComponent> {
139 142
         }
140 143
     }
141 144
 
142
-    /**
143
-     * {@inheritDoc}
144
-     */
145 145
     @Override
146 146
     public void paint(final Graphics graphics, final JComponent component) {
147 147
         final Graphics2D g2 = (Graphics2D) graphics;

Loading…
Cancel
Save