Skip to content

Commit 8c03c20

Browse files
committed
update readme
1 parent 7958a6e commit 8c03c20

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Classes are in the package `com.Singleton`;
4848

4949
import com.singleton.SingletonThreadSafe;
5050

51-
51+
public class SingletonTest {
5252
public static void main(String[] args){
5353

5454
SingletonThreadSafe sing = SingletonThreadSafe.getInstance();
@@ -62,4 +62,6 @@ Classes are in the package `com.Singleton`;
6262

6363
//What the hell, the two instances have the same reference :o
6464
}
65+
}
6566
```
67+
# Pattern Factory

0 commit comments

Comments
 (0)