Priority P5
Bug ID 321
Assignee slf4j-dev@qos.ch
Summary instead of appending string.substring(), use string.charSquence()
Severity enhancement
Classification Unclassified
OS Windows NT
Reporter nitin.chauhan@live.com
Hardware PC
Status NEW
Version unspecified
Component Core API
Product SLF4J

eg.

sbuf.append( messagePattern.substring(begin, end) );

use 

sbuf.append( messagePattern, start, end );


You are receiving this mail because: