@@ -16,7 +16,7 @@ Get decimal-java from Maven:
1616<dependency >
1717 <groupId >org.firebirdsql</groupId >
1818 <artifactId >decimal-java</artifactId >
19- <version >1.0.0 </version >
19+ <version >1.0.1 </version >
2020</dependency >
2121```
2222
@@ -99,7 +99,7 @@ The `valueOf` methods exists for:
9999
100100- ` BigDecimal `
101101- ` BigInteger `
102- - In addition there is ` valueOfExact(BigInteger) ` which throws
102+ - In addition, there is ` valueOfExact(BigInteger) ` which throws
103103 ` DecimalOverflowException ` if the ` BigInteger ` needs to be rounded to fit the
104104 target decimal type.
105105- ` String `
@@ -133,7 +133,7 @@ support needed to be added to [Jaybird](https://github.com/FirebirdSQL/jaybird),
133133the Firebird JDBC driver.
134134
135135As I was unable to find an existing library for this (maybe my Google-fu is
136- lacking though), so I created one. As I believe others may have similar needs, I
136+ lacking though), I created one. As I believe others may have similar needs, I
137137decided to release it as a separate library.
138138
139139I have tried to keep this library generically usable, but I'm sure this
@@ -142,8 +142,7 @@ Pull requests and suggestions for improvements are welcome.
142142
143143Jaybird does not directly depend on this library, but instead contains a copy to
144144reduce the number of dependencies. External dependencies for JDBC drivers are
145- an annoyance in non-maven/gradle environments, and Jaybird already has three
146- (although two are optional).
145+ an annoyance in non-Maven/Gradle environments.
147146
148147References
149148----------
0 commit comments