From 58eab57648e222e5a3e488087afd44eea6efd591 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 18 Nov 2014 15:20:11 +0200 Subject: java: final fields that can be static found by PMD Change-Id: I2b48f35d252d6e914c2a18a2c175b075a9d3ac0f Reviewed-on: https://gerrit.libreoffice.org/13099 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- qadevOOo/runner/util/ShapeDsc.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qadevOOo/runner/util/ShapeDsc.java') diff --git a/qadevOOo/runner/util/ShapeDsc.java b/qadevOOo/runner/util/ShapeDsc.java index 99fdaea84fc8..e47128172178 100644 --- a/qadevOOo/runner/util/ShapeDsc.java +++ b/qadevOOo/runner/util/ShapeDsc.java @@ -32,7 +32,7 @@ public class ShapeDsc extends InstDescr { private final int y; private final int height; private final int width; - private final String name = null; + private static final String name = null; private static final String ifcName = "com.sun.star.drawing.XShape"; private final String service; -- cgit