testdata fixed

This commit is contained in:
anna
2013-05-06 20:53:07 +02:00
parent 7a549b8d1b
commit be9e2fa9f7
119 changed files with 113 additions and 138 deletions

View File

@@ -1,7 +1,7 @@
// "Create Method 'get'" "true"
class W<T> {
public T get(T s) {
<selection>return null; //To change body of created methods use File | Settings | File Templates.</selection>
<selection>return null;</selection>
}
}