Hello,
[EMAIL PROTECTED] wrote:
> Author: ceki
> Date: Sat Apr 21 22:35:18 2007
> New Revision: 795
>
> Modified:
>    slf4j/trunk/slf4j-api/src/main/java/org/slf4j/helpers/BasicMarker.java
>
> Log:
> better toString implementation
>
>  +  private static String OPEN = "[ ";
> +  private static String CLOSE = " ]";
> +  private static String SEP = ", ";
> +
>   
I am missing a (private static) final here. It may be an performance issue.

Regards
Boris

_______________________________________________
dev mailing list
dev@slf4j.org
http://www.slf4j.org/mailman/listinfo/dev

Reply via email to