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:
Joakim Erdfelt 2011-02-09 22:45:11 +00:00
parent c7d2d27945
commit e81903e259
1 changed files with 1 additions and 1 deletions

View File

@ -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