Skip to content

Commit d9586ef

Browse files
committed
Fixing spotless & checkstyle
1 parent afc19ce commit d9586ef

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/persistence/src/main/java/dev/iakunin/library/persistence/type/MonetaryAmountInMinorUnitType.java

+4-5
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
import org.javamoney.moneta.spi.DefaultRoundingProvider;
1818

1919
/**
20-
* Represents MonetaryAmount in minor currency units.
21-
* <br/>
20+
* Represents MonetaryAmount in minor currency units.<br/>
2221
* For example:
2322
* <ul>
24-
* <li>Money.of("12.34", "USD") will be saved as a pair of "1234" and "USD"<li/>
25-
* <li>Money.of("0.00000001", "BTC") will be saved as a pair of "1" and "BTC"<li/>
26-
* <ul/>
23+
* <li>Money.of("12.34", "USD") will be saved as a pair of "1234" and "USD"
24+
* <li>Money.of("0.00000001", "BTC") will be saved as a pair of "1" and "BTC"
25+
* </ul>
2726
*/
2827
@NoArgsConstructor
2928
public class MonetaryAmountInMinorUnitType implements CompositeUserType<MonetaryAmount> {

0 commit comments

Comments
 (0)