We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a2ec0a commit 1335f4cCopy full SHA for 1335f4c
README.md
@@ -101,10 +101,8 @@ public class Main {
101
.setDeliveryDate(deliveryDate)
102
.build();
103
104
- // Create a Config instance
105
- Config config = Config.newBuilder().build();
106
- // Create a validator object with your Config instance
107
- Validator validator = new Validator(config);
+ // Create a validator object with the default Configuration
+ Validator validator = new Validator();
108
109
{
110
// Validate the transaction object using the validator
0 commit comments