Merge branch '5.3.x'

This commit is contained in:
Sam Brannen
2022-09-14 17:18:00 +02:00
28 changed files with 40 additions and 62 deletions

View File

@@ -1,6 +1,6 @@
/**
* Package providing integration of
* <a href="http://www.beanshell.org">BeanShell</a>
* <a href="https://beanshell.github.io/">BeanShell</a>
* (and <a href="https://code.google.com/p/beanshell2/">BeanShell2</a>)
* into Spring's scripting infrastructure.
*/

View File

@@ -1,6 +1,6 @@
/**
* Package providing integration of
* <a href="http://www.groovy-lang.org/">Groovy</a>
* <a href="https://www.groovy-lang.org/">Groovy</a>
* into Spring's scripting infrastructure.
*/
@NonNullApi