File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/mastercard/developer/encryption Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >com.mastercard.developer</groupId >
88 <artifactId >client-encryption</artifactId >
9- <version >1.7.2 -SNAPSHOT</version >
9+ <version >1.7.3 -SNAPSHOT</version >
1010 <packaging >jar</packaging >
1111 <description >Library for Mastercard API compliant payload encryption/decryption</description >
1212 <url >https://github.com/Mastercard/client-encryption-java</url >
Original file line number Diff line number Diff line change 1010import java .util .Collection ;
1111import java .util .Collections ;
1212
13- final class JsonParser {
13+ public final class JsonParser {
1414
1515 private JsonParser () {
1616 // Nothing to do here
@@ -24,7 +24,7 @@ private JsonParser() {
2424 *
2525 * @param jsonEngine A {@link com.mastercard.developer.json.JsonEngine} instance
2626 */
27- static synchronized Configuration withJsonEngine (JsonEngine jsonEngine ) {
27+ public static synchronized Configuration withJsonEngine (JsonEngine jsonEngine ) {
2828 JsonParser .jsonEngine = jsonEngine ;
2929 JsonParser .jsonPathConfig = new Configuration .ConfigurationBuilder ()
3030 .jsonProvider (jsonEngine .getJsonProvider ())
You can’t perform that action at this time.
0 commit comments