Format tweaks
This commit is contained in:
parent
ebca9c9ee8
commit
78211641f1
|
@ -19,9 +19,11 @@ package org.apache.commons.lang3.reflect.testbed;
|
||||||
/**
|
/**
|
||||||
*/
|
*/
|
||||||
class Parent implements Foo {
|
class Parent implements Foo {
|
||||||
|
|
||||||
public String s = "s";
|
public String s = "s";
|
||||||
protected boolean b;
|
protected boolean b;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
@SuppressWarnings("unused")
|
@SuppressWarnings("unused")
|
||||||
private final double d = 0.0;
|
private final double d = 0.0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue