Add changes note for direct-overwrited classes w/ Puts a conflict stuff back

This commit is contained in:
Sotr
2018-06-08 22:41:32 +08:00
parent 63c27d497d
commit 44ace1df6f
6 changed files with 35 additions and 1520 deletions

View File

@@ -31,6 +31,14 @@ import org.bukkit.Bukkit;
import java.util.logging.Level;
/**
* <b>Akarin Changes Note</b><br>
* <br>
* 1) Add volatile to fields<br>
* 2) Capable to silent async timing error<br>
* 3) Better handle sync stop by avoid double thread checking
* @author cakoyo
*/
class TimingHandler implements Timing {
private static int idPool = 1;