From a1624a8ecd933f9efde940eea8ac0cc1db63cd5d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 15 Oct 2015 08:54:31 +0200 Subject: cid#1327023 to cid#1327077 SIC: Inner class could be made static Change-Id: I41f89c4feefe4e012d72c663ebb9bbcb4aa7f163 --- qadevOOo/tests/java/ifc/beans/_XPropertySet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qadevOOo/tests/java/ifc/beans/_XPropertySet.java') diff --git a/qadevOOo/tests/java/ifc/beans/_XPropertySet.java b/qadevOOo/tests/java/ifc/beans/_XPropertySet.java index 8ef74afa209d..0fe6b259348e 100644 --- a/qadevOOo/tests/java/ifc/beans/_XPropertySet.java +++ b/qadevOOo/tests/java/ifc/beans/_XPropertySet.java @@ -95,7 +95,7 @@ public class _XPropertySet extends MultiMethodTest { * Structure that collects the properties of different types to test : * Constrained, Bound and Normal. */ - private final class PropsToTest { + private static final class PropsToTest { ArrayList< String > constrained = new ArrayList< String >(); ArrayList< String > bound = new ArrayList< String >(); ArrayList< String > normal = new ArrayList< String >(); -- cgit