From 1cea85e49ae7659e7124383b619730ba6053bb46 Mon Sep 17 00:00:00 2001 From: Roman Shevchenko Date: Thu, 4 Sep 2014 14:30:28 +0400 Subject: java-decompiler: optimization (less string buffer allocations on generating text) --- testData/results/TestDeprecations.dec | 5 ----- 1 file changed, 5 deletions(-) (limited to 'testData/results/TestDeprecations.dec') 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 { - } } -- cgit v1.2.3