fix tests

This commit is contained in:
Nikolay Krasko
2012-04-04 20:18:45 +04:00
parent 5312ecd8d4
commit 68312a71e3
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
package foo;
class A {
int getAnswer(String[] array, int number, Object value) {
public int getAnswer(String[] array, int number, Object value) {
return 42;
}
}