OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

sca-j message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]