update corrupted files, recommitted

This commit is contained in:
Alexey Kudravtsev
2015-09-10 15:10:14 +03:00
parent 4940f917ef
commit c4a913213b
3 changed files with 8 additions and 0 deletions
@@ -0,0 +1,4 @@
package x;
public class X {
String x = "xxx";
}
@@ -0,0 +1,4 @@
package x;
public class Y {
String x2 = "xxx";
}