回答編集履歴

1

クラス名にTypoがあったので修正しました。

2016/07/19 16:26

投稿

argius
argius

スコア9388

test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
 
14
14
 
15
- public final class REvel implements AutoCloseable {
15
+ public final class REval implements AutoCloseable {
16
16
 
17
17
 
18
18
 
@@ -20,7 +20,7 @@
20
20
 
21
21
 
22
22
 
23
- public REvel() {
23
+ public REval() {
24
24
 
25
25
  Rengine re = new Rengine(new String[0], false, null);
26
26