ARTEMIS-3155: fix javadoc error introduced in #3624
This commit is contained in:
parent
7538602cef
commit
567c4fc16b
|
@ -380,7 +380,7 @@ public class SSLSupport {
|
||||||
*
|
*
|
||||||
* @param storeProvider
|
* @param storeProvider
|
||||||
* @param storeType
|
* @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) {
|
public static Pair<String, String> getValidProviderAndType(String storeProvider, String storeType) {
|
||||||
if (storeProvider != null && (storeProvider.startsWith("PKCS") || storeProvider.equals("JKS") || storeProvider.equals("JCEKS"))) {
|
if (storeProvider != null && (storeProvider.startsWith("PKCS") || storeProvider.equals("JKS") || storeProvider.equals("JCEKS"))) {
|
||||||
|
|
Loading…
Reference in New Issue