Browse Source

More finals

Change-Id: I5095c93b4119e6b2663bd810b052edf937e06a69
Reviewed-on: http://gerrit.dmdirc.com/1904
Automatic-Compile: DMDirc Local Commits <dmdirc@googlemail.com>
Reviewed-by: Chris Smith <chris@dmdirc.com>
tags/0.7rc1
Greg Holmes 13 years ago
parent
commit
238b65b85c

+ 1
- 1
src/com/dmdirc/addons/ui_swing/components/text/WrapColumnFactory.java View File

@@ -24,7 +24,7 @@ public class WrapColumnFactory implements ViewFactory {
24 24
     /** {@inheritDoc} */
25 25
     @Override
26 26
     public View create(final Element elem) {
27
-        String kind = elem.getName();
27
+        final String kind = elem.getName();
28 28
         if (kind != null) {
29 29
             if (kind.equals(AbstractDocument.ContentElementName)) {
30 30
                 return new WrapLabelView(elem);

Loading…
Cancel
Save