Hi,

I got a compile error when I am checking out the wicket-core project (master branch):

> /wicket-core/src/main/java/org/apache/wicket/application/ReloadingClassLoader.java > Cannot refer to the non-final local variable clz defined in an enclosing scope
> line 343

It is solved if I change the class method argument to be final (private void watchForModifications(final Class<?> clz))

kind regards

Tobias

Reply via email to