Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr committed May 7, 2024
1 parent d2ca9b1 commit d64be68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ public QualifierBuilder setNestedType(int type) {
return this;
}


/**
* Set server version support.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,8 @@ public class AerospikeTemplateFindByQueryProjectionTests extends BaseBlockingInt
.id(nextId()).firstName("Alister").lastName("Matthews").emailAddress("[email protected]").age(29).build();
final Person aabbot = Person.builder()
.id(nextId()).firstName("Aabbot").lastName("Matthews").emailAddress("[email protected]").age(30).build();

final List<Person> allPersons = Arrays.asList(jean, ashley, beatrice, dave, zaipper, knowlen, xylophone, mitch,
alister,
aabbot);
alister, aabbot);

@BeforeAll
public void beforeAllSetUp() {
Expand Down

0 comments on commit d64be68

Please sign in to comment.