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 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