remove static modifier from inner class
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
@@ -47,7 +47,7 @@ public class AbstractPropertyChangeEvent<E extends BaseEntity> extends AbstractB
|
||||
* Carries old value and new value of a property .
|
||||
*
|
||||
*/
|
||||
public static class Values {
|
||||
public class Values {
|
||||
private final Object oldValue;
|
||||
private final Object newValue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user