KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > bookmarks > BookmarksPersistenceTest > testPersistence


1 /*
2  * Main.java
3  *
4  * Created on 23. August 2004, 18:41
5  */

6 package bookmarks.BookmarksPersistenceTest;
7
8 /**
9  *
10  * @author Miloslav Metelka
11  */

12 public class testPersistence {
13     
14     public testPersistence() {
15     }
16
17     void m1() {
18         String JavaDoc s = "hi";
19     }
20     
21 }
22
23
Popular Tags