Hi Simo, 2013/2/6 Simone Tripodi <simonetrip...@apache.org>
> Guten Morgen, > > > + /** > > + * Use a custom {@link ClassLoader} for loading the class. > > + * > > + * @param classLoader the {@link ClassLoader} to load the class. > > + * @return the {@link ClassAccessor} for the class being loaded. > > + */ > > ClassAccessor<?> loadWithClassLoader( ClassLoader classLoader ); > > I think we can reduce this sentence to `loadWith( ClassLoader > classLoader )` since the ClassLoader is the object, WDYT? > best, > -Simo > Definitely a good idea. This is what we did for other parts of the API as well. Benedikt > > http://people.apache.org/~simonetripodi/ > http://simonetripodi.livejournal.com/ > http://twitter.com/simonetripodi > http://www.99soft.org/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > >