| Trustin Lee 2007-02-22, 7:11 am |
| 2007-02-22 (목), 04:36 +0000, nhope-1oDqGaOF3Lkdnm+yROfE0A@public.gmane.org 쓰시길:
> Author: nhope
> Date: Wed Feb 21 20:35:57 2007
> New Revision: 510394
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=510394
> Log:
> fixed javadoc malformed link problem (<appName...)
>
> Modified:
> directory/triplesec/trunk/guardian-ldap/src/main/java/org/safehaus/triplesec/guardian/ldap/LdapApplicationPolicy.java
>
> Modified: directory/triplesec/trunk/guardian-ldap/src/main/java/org/safehaus/triplesec/guardian/ldap/LdapApplicationPolicy.java
> URL: http://svn.apache.org/viewvc/direct...10393&r2=510394
> ========================================
======================================
> --- directory/triplesec/trunk/guardian-ldap/src/main/java/org/safehaus/triplesec/guardian/ldap/LdapApplicationPolicy.java (original)
> +++ directory/triplesec/trunk/guardian-ldap/src/main/java/org/safehaus/triplesec/guardian/ldap/LdapApplicationPolicy.java Wed Feb 21 20:35:57 2007
> @@ -48,7 +48,7 @@
> private static Logger log = LoggerFactory.getLogger( LdapApplicationPolicy.class );
> /** the name of the application this store is associated with */
> private final String applicationName;
> - /** the application base relative name to the context given: "appName=<applicationName\>,ou=applications" */
> + /** the application base relative name to the context given: "appName=<applicationName\>,ou=applications" */
I'd suggest using {@code} or {@literal} tag if we are using Java 5.
It's more readable in our IDE. I summarized some interesting javadoc
tags in my blog:
http://blog.gleamynode.net/2007/01/...on-javadoc.html
(I wrote in two languages. You can safely ignore any garbled
characters. 
Cheers,
Trustin
--
what we call human nature is actually human habit
--
http://gleamynode.net/
--
PGP Key ID: 0x0255ECA6
|