← Prev in month
← Prev in thread
Next in thread →
Next in month →
Extraneous static block in Spring test case code
Hi,
The class org.oasisopen.sca.test.ServiceImpl2Remotables contains an odd static block that does not serve a purpose:
public class ServiceImpl2Remotables implements Remotable1, Remotable2 {
static {
System.out.println("lkjlk");
}
}
This block should be removed as it pollutes console output during the test run.
Jim
← Prev in month
← Prev in thread
Next in thread →
Next in month →