fix javadoc errors

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3170 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Jesse McConnell 2011-05-17 16:18:28 +00:00
parent 40141c5e84
commit 49bc4b51a0
1 changed files with 3 additions and 3 deletions

View File

@ -922,7 +922,7 @@ public class SslContextFactory extends AbstractLifeCycle
* load CRL in order to provide their own implementation.
*
* @param crlPath path of certificate revocation list file
* @return
* @return Collection of CRL's
* @throws Exception
*/
protected Collection<? extends CRL> loadCRL(String crlPath) throws Exception
@ -1211,7 +1211,7 @@ public class SslContextFactory extends AbstractLifeCycle
/* ------------------------------------------------------------ */
/** Set the key store resource.
* @param keyStore the key store resource to set
* @param resource the key store resource to set
*/
public void setKeyStoreResource(Resource resource)
{
@ -1230,7 +1230,7 @@ public class SslContextFactory extends AbstractLifeCycle
/* ------------------------------------------------------------ */
/** Set the trust store resource.
* @param trustStore the trust store resource to set
* @param resource the trust store resource to set
*/
public void setTrustStore(Resource resource)
{