mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-20 22:17:09 +08:00
Merge pull request #2038 from kevin335200/patch-1
[docs fix&update] 修改错别字
This commit is contained in:
commit
89d387ff52
@ -319,7 +319,7 @@ public native int hashCode()
|
|||||||
*/
|
*/
|
||||||
public boolean equals(Object obj)
|
public boolean equals(Object obj)
|
||||||
/**
|
/**
|
||||||
* naitive 方法,用于创建并返回当前对象的一份拷贝。
|
* native 方法,用于创建并返回当前对象的一份拷贝。
|
||||||
*/
|
*/
|
||||||
protected native Object clone() throws CloneNotSupportedException
|
protected native Object clone() throws CloneNotSupportedException
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user