Corrected gold data - formatting became better after binding comments inside
This commit is contained in:
@@ -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 */ {
|
||||
|
||||
Reference in New Issue
Block a user