Updated test data.

This commit is contained in:
Evgeny Gerashchenko
2013-03-12 19:20:37 +04:00
parent 2718f7698c
commit f43631377b
4 changed files with 6 additions and 0 deletions

View File

@@ -2,4 +2,5 @@ package test;
public interface JavaBeanAbstractGetter {
public int getRed();
public int getBlue();
}