Polishing

This commit is contained in:
Sebastien Deleuze
2019-09-02 16:37:42 +02:00
parent ca02cc1194
commit a2e740c896
5 changed files with 2 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
@file:Suppress("UNCHECKED_CAST")
package org.springframework.web.reactive.result.view.script
package org.springframework.web.servlet.view.script
import kotlin.script.templates.standard.ScriptTemplateWithBindings

View File

@@ -1,4 +1,4 @@
import org.springframework.web.reactive.result.view.script.*
import org.springframework.web.servlet.view.script.*
"""${include("header") }
<p>${i18n("hello")} $foo</p>