remove static modifier from inner class

Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
Michael Hirsch
2016-02-25 14:51:45 +01:00
parent f969d6f4c2
commit 62d96a4ac6

View File

@@ -47,7 +47,7 @@ public class AbstractPropertyChangeEvent<E extends BaseEntity> extends AbstractB
* Carries old value and new value of a property . * Carries old value and new value of a property .
* *
*/ */
public static class Values { public class Values {
private final Object oldValue; private final Object oldValue;
private final Object newValue; private final Object newValue;