Cleanup (deprecated code; formatting)

This commit is contained in:
Roman Shevchenko
2014-02-26 17:56:06 +01:00
parent 7d90896cd9
commit aea523f98a
5 changed files with 52 additions and 36 deletions
@@ -1,9 +1,7 @@
import java.lang.annotation.*;
@Target({ElementType.TYPE_USE/*, ElementType.TYPE*/})
@interface TA {
}
@Target({ElementType.TYPE_USE})
@interface TA { }
class C {
void foo () {
@@ -1,9 +1,7 @@
import java.lang.annotation.*;
@Target({ElementType.TYPE_USE/*, ElementType.TYPE*/})
@interface TA {
}
@Target({ElementType.TYPE_USE})
@interface TA { }
class C {
void foo () {