summaryrefslogtreecommitdiffstats
path: root/testData/results/TestDeprecations.dec
diff options
context:
space:
mode:
authorRoman Shevchenko <roman.shevchenko@jetbrains.com>2014-09-04 14:30:28 +0400
committerRoman Shevchenko <roman.shevchenko@jetbrains.com>2014-09-04 14:33:34 +0400
commit1cea85e49ae7659e7124383b619730ba6053bb46 (patch)
tree9893c2ed765e9f1dfa887b7123dd034569e12549 /testData/results/TestDeprecations.dec
parentf4f9e8be28142ebb4b85026eef6505055a31b68a (diff)
downloadfernflower-1cea85e49ae7659e7124383b619730ba6053bb46.tar
fernflower-1cea85e49ae7659e7124383b619730ba6053bb46.tar.gz
fernflower-1cea85e49ae7659e7124383b619730ba6053bb46.tar.lz
fernflower-1cea85e49ae7659e7124383b619730ba6053bb46.tar.xz
fernflower-1cea85e49ae7659e7124383b619730ba6053bb46.zip
java-decompiler: optimization (less string buffer allocations on generating text)
Diffstat (limited to 'testData/results/TestDeprecations.dec')
-rw-r--r--testData/results/TestDeprecations.dec5
1 files changed, 0 insertions, 5 deletions
diff --git a/testData/results/TestDeprecations.dec b/testData/results/TestDeprecations.dec
index 9dd5737..237ac9c 100644
--- a/testData/results/TestDeprecations.dec
+++ b/testData/results/TestDeprecations.dec
@@ -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 {
-
}
}