01: /* 02: * Main.java 03: * 04: * Created on 23. August 2004, 18:41 05: */ 06: package bookmarks.BookmarksPersistenceTest; 07: 08: /** 09: * 10: * @author Miloslav Metelka 11: */ 12: public class testPersistence { 13: 14: public testPersistence() { 15: } 16: 17: void m1() { 18: String s = "hi"; 19: } 20: 21: }