You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by Norman Maurer <no...@apache.org> on 2008/02/14 09:21:13 UTC

Re: svn commit: r618027 - in /james/server/trunk: avalon-user-function/src/main/java/org/apache/james/userrepository/ avalon-user-function/src/main/java/org/apache/james/vut/ basic-user-function/ core-library/src/main/java/org/apache/james/core/ core-libra...

Am Sonntag, den 03.02.2008, 17:17 +0000 schrieb bago@apache.org:
> Author: bago
> Date: Sun Feb  3 09:17:44 2008
> New Revision: 618027
> 
> URL: http://svn.apache.org/viewvc?rev=618027&view=rev
> Log:
> - Added some serialversionUid
> - Removed some unused imports
> - Remove mime4j version from pom.xml because we use dependencyManagement in parent pom.
> 

<SNIP>

> 
> Modified: james/server/trunk/core-library/src/main/java/org/apache/james/security/SMIMEKeyHolder.java
> URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/security/SMIMEKeyHolder.java?rev=618027&r1=618026&r2=618027&view=diff
> ==============================================================================
> --- james/server/trunk/core-library/src/main/java/org/apache/james/security/SMIMEKeyHolder.java (original)
> +++ james/server/trunk/core-library/src/main/java/org/apache/james/security/SMIMEKeyHolder.java Sun Feb  3 09:17:44 2008
> @@ -82,10 +82,6 @@
>       */
>      private CertStore certStore;
>      
> -    /** Creates a new instance of KeyHolder */
> -    private SMIMEKeyHolder() {
> -    }
> -    
>      /**
>       * Creates a new instance of <CODE>KeyHolder</CODE> using {@link java.security.KeyStore} related parameters.
>       * @param keyStoreFileName The (absolute) file name of the .keystore file to load the keystore from.


I'm not know the code of this class to good. But was the the private
constructor maybe in place to not allow to instance it ?

bye
Norman


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org