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 {
public String s = "s";
protected boolean b;
int i;
@SuppressWarnings("unused")
private final double d = 0.0;