Skip to content

Commit feab2e8

Browse files
committed
java doc issue and versin change
1 parent f8bdfd5 commit feab2e8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

java/src/main/java/com/cybersource/ws/client/SecurityUtil.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ private static void initKeystore() throws KeyStoreException, CredentialException
7979
* @throws SignException - Signature exception
8080
* @throws SignEncryptException
8181
* @throws ConfigException
82-
* @throws IOException
83-
* @throws CredentialException
8482
*/
8583
public static void loadMerchantP12File(MerchantConfig merchantConfig, Logger logger) throws SignException, SignEncryptException, ConfigException {
8684

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>com.cybersource</groupId>
2424
<artifactId>cybersource-sdk-master</artifactId>
25-
<version>6.2.6</version>
25+
<version>6.2.7</version>
2626

2727

2828
</project>

0 commit comments

Comments
 (0)