Format tweaks

This commit is contained in:
Gary Gregory 2023-11-05 08:32:40 -05:00
parent ebca9c9ee8
commit 78211641f1
1 changed files with 2 additions and 0 deletions

View File

@ -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;