double-checked-locking pattern is added.

This commit is contained in:
yusufaytas
2014-09-07 00:34:26 +01:00
parent 0509e48d37
commit 1f0bedbbe1
5 changed files with 81 additions and 0 deletions
@@ -0,0 +1,5 @@
package com.iluwatar;
public class Item {
}