Adjust testData: get rid of obsolete annotations
This commit is contained in:
+2
-2
@@ -2,11 +2,11 @@ package org.test
|
||||
|
||||
public class SomeClass {
|
||||
|
||||
[Deprecated] constructor() {
|
||||
@Deprecated constructor() {
|
||||
|
||||
}
|
||||
|
||||
[Deprecated] constructor(s: String) {
|
||||
@Deprecated constructor(s: String) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user