mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 08:59:01 +00:00
add some references to class comments
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
package com.iluwatar;
|
||||
|
||||
/**
|
||||
* Double check locking
|
||||
*
|
||||
* http://www.cs.umd.edu/~pugh/java/memoryModel/DoubleCheckedLocking.html
|
||||
*
|
||||
* Broken under Java 1.4.
|
||||
* @author mortezaadi@gmail.com
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user