Do not refer to Cloneable in documentation

There's no source for Cloneable and it can't be resolved yet.
This commit is contained in:
Ilya Gorbunov
2018-02-12 14:59:56 +03:00
parent bc543b4cdf
commit 2eba8efb80
+1 -1
View File
@@ -39,7 +39,7 @@ public abstract class Enum<E : Enum<E>>(name: String, ordinal: Int): Comparable<
/**
* Throws an exception since enum constants cannot be cloned.
* This method prevents enum classes from inheriting from [Cloneable].
* This method prevents enum classes from inheriting from `Cloneable`.
*/
protected final fun clone(): Any