Sort methods.

This commit is contained in:
Gary Gregory 2020-06-13 16:04:57 -04:00
parent 496eb10372
commit 628044f75a
1 changed files with 2 additions and 2 deletions

View File

@ -116,9 +116,9 @@ public void test() throws Throwable {
}
public static class Testable<T, P> {
private Throwable throwable;
private P acceptedPrimitiveObject;
private T acceptedObject;
private P acceptedPrimitiveObject;
private Throwable throwable;
Testable(final Throwable throwable) {
this.throwable = throwable;