Cleanup (test data)

This commit is contained in:
Roman Shevchenko
2016-04-21 15:49:10 +02:00
parent a67808d3aa
commit 249903478c
8 changed files with 32 additions and 40 deletions

View File

@@ -1,9 +1,5 @@
package pkg;
/**
* @author Alexandru-Constantin Bledea
* @since March 07, 2016
*/
public class TestStaticNameClash {
public static String property;

View File

@@ -1,9 +1,5 @@
package pkg;
/**
* @author Alexandru-Constantin Bledea
* @since March 20, 2016
*/
class TestSyntheticAccess {
private static int s;