Bläddra i källkod

More minor tidying.

Change-Id: Ic2f74530c7d1bf8817dcaaa742c9dcba5c1bee40
Reviewed-on: http://gerrit.dmdirc.com/3101
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Greg Holmes <greg@dmdirc.com>
tags/0.8
Chris Smith 10 år sedan
förälder
incheckning
5b5d05a200

+ 1
- 1
src/com/dmdirc/addons/ui_swing/SwingWindowFactory.java Visa fil

@@ -266,7 +266,7 @@ public class SwingWindowFactory implements FrameListener {
266 266
     /**
267 267
      * Provides a new window instance for a container.
268 268
      */
269
-    public static interface WindowProvider {
269
+    public interface WindowProvider {
270 270
 
271 271
         /**
272 272
          * Gets a new window for the specified container.

+ 0
- 1
src/com/dmdirc/addons/ui_swing/components/frames/InputTextFrame.java Visa fil

@@ -103,7 +103,6 @@ public abstract class InputTextFrame extends TextFrame implements InputWindow,
103 103
 
104 104
         initComponents();
105 105
 
106
-
107 106
         if (!UIUtilities.isGTKUI()) {
108 107
             //GTK users appear to dislike choice, ignore them if they want some.
109 108
             getInputField().setBackground(UIUtilities.convertColour(

+ 1
- 1
src/com/dmdirc/addons/ui_swing/components/statusbar/GappedEtchedBorder.java Visa fil

@@ -36,7 +36,7 @@ public class GappedEtchedBorder extends EtchedBorder {
36 36
     /** Java serialisation version ID. */
37 37
     private static final long serialVersionUID = 1;
38 38
     /** Parent popup window. */
39
-    private transient final StatusbarPopupWindow outer;
39
+    private final transient StatusbarPopupWindow outer;
40 40
 
41 41
     /**
42 42
      * Creates a new etched border leaving a gap where the specified window is.

+ 1
- 1
src/com/dmdirc/addons/ui_swing/components/statusbar/SidelessEtchedBorder.java Visa fil

@@ -102,7 +102,7 @@ class SidelessEtchedBorder extends EtchedBorder {
102 102
      */
103 103
     public SidelessEtchedBorder(final int etchType, final Color highlight,
104 104
             final Color shadow, final Side side) {
105
-        super(etchType, highlight, shadow );
105
+        super(etchType, highlight, shadow);
106 106
         this.side = side;
107 107
     }
108 108
 

+ 1
- 1
src/com/dmdirc/addons/ui_swing/injection/SwingModule.java Visa fil

@@ -80,7 +80,7 @@ import dagger.Provides;
80 80
 public class SwingModule {
81 81
 
82 82
     @Qualifier
83
-    public static @interface SwingSettingsDomain {}
83
+    public @interface SwingSettingsDomain {}
84 84
 
85 85
     /** The controller to return to clients. */
86 86
     private final SwingController controller;

Laddar…
Avbryt
Spara