fix test data

This commit is contained in:
Maxim.Mossienko
2013-05-08 14:11:26 +02:00
parent b2fe1b27d2
commit cde29c8c73
17 changed files with 17 additions and 0 deletions
@@ -1,4 +1,5 @@
class S implements Runnable {
public void run() {
<caret>
}
}