Deprecate deprecated in favor of Deprecated
This commit is contained in:
+2
-2
@@ -2,10 +2,10 @@ package org.test
|
||||
|
||||
public class SomeClass {
|
||||
|
||||
Deprecated
|
||||
java.lang.Deprecated
|
||||
public val annotatedVal: String? = null
|
||||
|
||||
Deprecated
|
||||
java.lang.Deprecated
|
||||
public var annotatedVar: Int = 5
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user