Commit 19763c42 authored by Patrick Dowler's avatar Patrick Dowler
Browse files

fix javadoc errors

parent 364b20b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -105,7 +105,7 @@ public class GetProxyCertByDN extends DelegationAction
     * Private Key from DB.
     * Private Key from DB.
     * @param p
     * @param p
     * @return 
     * @return 
     * @throws ca.nrc.cadc.cred.server.ResourceNotFoundException 
     * @throws ResourceNotFoundException 
     */
     */
    @Override
    @Override
    public X509CertificateChain getCertificate(X500Principal p)
    public X509CertificateChain getCertificate(X500Principal p)
+2 −7
Original line number Original line Diff line number Diff line
@@ -59,6 +59,7 @@ public class CredPrivateClient
     * name ca.nrc.cadc.cred.client.priv.impl.CredPrivateClientImpl.
     * name ca.nrc.cadc.cred.client.priv.impl.CredPrivateClientImpl.
     * 
     * 
     * @param baseServiceURL
     * @param baseServiceURL
     * @return 
     * @throws ClassNotFoundException
     * @throws ClassNotFoundException
     *             implementation class
     *             implementation class
     *             ca.nrc.cadc.cred.client.priv.impl.CredPrivateClientImpl
     *             ca.nrc.cadc.cred.client.priv.impl.CredPrivateClientImpl
@@ -67,13 +68,7 @@ public class CredPrivateClient
     *             constructor of class
     *             constructor of class
     *             ca.nrc.cadc.cred.client.priv.impl.CredPrivateClientImpl
     *             ca.nrc.cadc.cred.client.priv.impl.CredPrivateClientImpl
     *             not accessible
     *             not accessible
     * @throws InstationatiationException
     * @throws java.lang.InstantiationException
     *             class
     *             ca.nrc.cadc.cred.client.priv.impl.CredPrivateClientImpl
     *             cannot be instantiated for some reason ( the class
     *             object represents an abstract class, an interface, an
     *             array class, a primitive type, or void or the class has
     *             no nullary constructor).
     * 
     * 
     */
     */
    public static CredPrivateClient getInstance(URL baseServiceURL)
    public static CredPrivateClient getInstance(URL baseServiceURL)