質問編集履歴
1
関係のないところに } がなぜか、ついていたので修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -45,8 +45,6 @@
|
|
45
45
|
String response = sample.action();
|
46
46
|
|
47
47
|
System.out.println(response); //Sample > Action
|
48
|
-
|
49
|
-
}
|
50
48
|
|
51
49
|
```
|
52
50
|
|