Removed a couple "Double-Checked Locking" comments.

This commit is contained in:
MobiusDev
2016-05-01 20:35:10 +00:00
parent 9d41bb9c0b
commit a3b88ce515
2 changed files with 0 additions and 2 deletions

View File

@@ -100,7 +100,6 @@ public final class BuffInfo
/**
* Adds an effect task to this buff info.<br>
* Uses double-checked locking to initialize the map if it's necessary.
* @param effect the effect that owns the task
* @param effectTaskInfo the task info
*/