Merge pull request #1723 from visayafan/patch-1

笔误
This commit is contained in:
Golden Looly
2021-07-26 18:28:58 +08:00
committed by GitHub

View File

@@ -80,7 +80,7 @@ public final class Singleton {
}
/**
* 将已有对象放入单例中,其Class做为键
* 将已有对象放入单例中,key做为键
*
* @param key 键
* @param obj 对象