J2K: all annotations should be with "@"
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ internal 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