Fixing missing javadoc (causing error in eclipse & maven javadoc plugin)
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2767 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
c7d2d27945
commit
e81903e259
|
@ -93,7 +93,7 @@ public class CertificateValidator
|
|||
*
|
||||
* @param keyStore
|
||||
* @param keyAlias
|
||||
* @return
|
||||
* @return the keyAlias if valid
|
||||
* @throws CertificateException
|
||||
*/
|
||||
public String validate(KeyStore keyStore, String keyAlias) throws CertificateException
|
||||
|
|
Loading…
Reference in New Issue