Skip to content

Commit

Permalink
Releasing new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto-Gentili committed Nov 17, 2022
1 parent b454a64 commit 372ebe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/burningwave/core/FieldAccessorTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ void setTestSix() {
@Test
void setTestSeven() {
AtomicInteger hashCodeGenerator = new AtomicInteger(1);
setIndexedValue(() -> new HashSet<>() {
setIndexedValue(() -> new HashSet() {
private int hashCode = hashCodeGenerator.getAndIncrement();
@Override
public int hashCode() {
Expand Down

0 comments on commit 372ebe0

Please sign in to comment.