1 package complex.olesimplestorage;
2 
3 public interface OLESimpleStorageTest {
4     boolean test();
5 }
6