Skip to content

Commit 58b5c2c

Browse files
authored
Clean-up
1 parent db567ec commit 58b5c2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ FieldLevelEncryptionConfig config = FieldLevelEncryptionConfigBuilder.aFieldLeve
118118
```
119119

120120
See also:
121-
* [FieldLevelEncryptionConfigBuilder.java](https://github.com/Mastercard/client-encryption-java/blob/master/src/main/java/com/mastercard/developer/encryption/FieldLevelEncryptionConfigBuilder.java) for all config options.
122-
* Mastercard [service configurations](https://github.com/Mastercard/client-encryption-service-configurations/blob/master/README.md) on GitHub
121+
* [FieldLevelEncryptionConfigBuilder.java](https://github.com/Mastercard/client-encryption-java/blob/master/src/main/java/com/mastercard/developer/encryption/FieldLevelEncryptionConfigBuilder.java) for all config options
122+
* [Mastercard service configurations](https://github.com/Mastercard/client-encryption-service-configurations/blob/master/README.md) on GitHub
123123

124124
#### Performing Encryption
125125

@@ -301,4 +301,4 @@ HttpRequestInitializer initializer = new HttpRequestInitializer() {
301301
ApiClient client = new ApiClient("https://sandbox.api.mastercard.com", null, initializer, null);
302302
ServiceApi serviceApi = client.serviceApi();
303303
// ...
304-
```
304+
```

0 commit comments

Comments
 (0)