b485c7ae26
BoxWithJava tests now by default are loaded with the classloader which has test's classpath in itself, as in the former ClassPathInTheSameClassLoaderTest
4 lines
92 B
Java
4 lines
92 B
Java
public class simpleProperty {
|
|
protected static final String protectedProperty = "OK";
|
|
}
|