Deprecate deprecated in favor of Deprecated
This commit is contained in:
+2
-2
@@ -2,11 +2,11 @@ package org.test
|
||||
|
||||
public class SomeClass {
|
||||
|
||||
@Deprecated constructor() {
|
||||
@java.lang.Deprecated constructor() {
|
||||
|
||||
}
|
||||
|
||||
@Deprecated constructor(s: String) {
|
||||
@java.lang.Deprecated constructor(s: String) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user