Skip to content

Commit 0e6c23d

Browse files
committed
Working on #353
1 parent b7664bf commit 0e6c23d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

moneta-core/src/test/java/org/javamoney/moneta/MoneyTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2012, 2024, Werner Keil and others by the @author tag.
2+
* Copyright (c) 2012, 2022, Werner Keil and others by the @author tag.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
55
* use this file except in compliance with the License. You may obtain a copy of
@@ -1294,4 +1294,4 @@ public void maxPrecisionOnDivide() {
12941294
assertEquals(quotient.getContext().getPrecision(), 2);
12951295
assertEquals(quotient.getNumber().numberValue(BigDecimal.class).longValueExact(), BigDecimal.valueOf(330).longValueExact());
12961296
}
1297-
}
1297+
}

0 commit comments

Comments
 (0)