On 29/07/2013 01:01, jboy...@apache.org wrote: > Author: jboynes > Date: Sun Jul 28 23:01:23 2013 > New Revision: 1507870 > > URL: http://svn.apache.org/r1507870
Generally, line lengths should be limited to 80 characters. I know not all of the Tomcat code does that but new code should. > +public class WebappServiceLoader<T> { > + private static final String LIB = "/WEB-INF/lib/"; > + private static final String SERVICES = "META-INF/services/"; > + private static final Charset UTF8 = Charset.forName("UTF-8"); Should use B2CConverter.UTF_8 Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org