Corrected gold data - formatting became better after binding comments inside

This commit is contained in:
Valentin Kipyatkov
2014-10-03 19:57:37 +04:00
parent 84ba96900a
commit b05b03a9c0
@@ -4,9 +4,7 @@ package foo
// we use package 'foo'
// imports:
import java.util.ArrayList
// we need ArrayList
import java.util.ArrayList // we need ArrayList
// let's declare a class:
class A /* just a sample name*/ : Runnable /* let's implement Runnable */ {