java-decompiler: optimization (less string buffer allocations on generating text)
This commit is contained in:
@@ -1,15 +1,12 @@
|
||||
package pkg;
|
||||
|
||||
|
||||
public class TestDeprecations {
|
||||
|
||||
/** @deprecated */
|
||||
public int byComment;
|
||||
/** @deprecated */
|
||||
@Deprecated
|
||||
public int byAnno;
|
||||
|
||||
|
||||
/** @deprecated */
|
||||
public void byComment() {
|
||||
}
|
||||
@@ -22,11 +19,9 @@ public class TestDeprecations {
|
||||
/** @deprecated */
|
||||
@Deprecated
|
||||
public static class ByAnno {
|
||||
|
||||
}
|
||||
|
||||
/** @deprecated */
|
||||
public static class ByComment {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user