26.02.2002 09:49:32, [EMAIL PROTECTED] wrote:
>juergen     02/02/26 00:49:32
>
>  Modified:    src/share/org/apache/slide/authenticate
>                        CredentialsToken.java
>  Log:
>  cache principal instance and added getPrincipal method. Because I 
>  need the principal in the stores (Eckehard)

[snip]
>  +    /**
>  +     * Returns the current principal
>  +     *
>  +     * @return java.security.Principal
>  +     */
>  +    public Principal getPrinipal() {
>  +         return principal;
>  +    }

Ermmm, that should be getPrincipal() instead of getPrinipal(), I'm 
sure (focus on the missing 'c').
:o)

>       /**
>        * Returns the public creddentials.
>  -     * 
>  -     * @return String 
>  +     *
>  +     * @return String
>        */
>       public String getPublicCredentials() {
>           return credentials;

Why is it that the commits coming from you guys always report plenty 
of 'invisible' changes, like removed whitespace at end of line etc. 
It makes looking at the diffs really cumbersome. Would it be possible 
to turn that off (assuming it's being done automatically by your 
favorite editor) ?

-chris
________________________________________________________________
cmlenz at gmx.de





--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to