回答編集履歴

1

typo

2021/12/16 00:31

投稿

shiketa
shiketa

スコア4061

test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  import javax.el.ExpressionFactory
18
18
 
19
- object xxTest {
19
+ object Hogege{
20
20
 
21
21
  @JvmStatic
22
22
 
@@ -24,13 +24,7 @@
24
24
 
25
25
  val factory = ExpressionFactory.newInstance()
26
26
 
27
- println("factory :${factory}")
28
-
29
-
30
-
31
27
  val context = EvaluationContext(null, null, null)
32
-
33
- println("context :${context}")
34
28
 
35
29
 
36
30