ARTEMIS-3155: fix javadoc error introduced in #3624

This commit is contained in:
Robbie Gemmell 2021-06-15 12:53:43 +01:00
parent 7538602cef
commit 567c4fc16b
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ public class SSLSupport {
*
* @param storeProvider
* @param storeType
* @return a Pair<String, String> representing the provider and type to use (in that order)
* @return a {@code Pair<String, String>} representing the provider and type to use (in that order)
*/
public static Pair<String, String> getValidProviderAndType(String storeProvider, String storeType) {
if (storeProvider != null && (storeProvider.startsWith("PKCS") || storeProvider.equals("JKS") || storeProvider.equals("JCEKS"))) {