Deprecate throws annotation in favor of Throws
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ class X : Base() {
|
||||
return super.toString()
|
||||
}
|
||||
|
||||
throws(CloneNotSupportedException::class)
|
||||
Throws(CloneNotSupportedException::class)
|
||||
protected fun clone(): Any {
|
||||
return super.clone()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user