test data fixed

This commit is contained in:
anna
2012-09-27 12:16:08 +02:00
parent ec7d4fb2f1
commit 9a237f0b59

View File

@@ -4,7 +4,7 @@ class A {
f(A::foo);
}
private void f(Object p0) {
private void f(Object foo) {
<selection>//To change body of created methods use File | Settings | File Templates.</selection>
}