package sample; import org.apache.commons.chain.Command; import org.apache.commons.chain.Context; public class Dummy1 { public void execute() throws Exception { int j = 3; j++; } }