Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Improved: simplified ModelInduceFromDb.groovy code to be a one-liner.
  • Loading branch information
mbrohl committed Feb 11, 2021
1 parent a608fa4 commit d251164
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -17,6 +17,4 @@
* under the License.
*/

inducedText = request.getAttribute("inducedText")

context.inducedText = inducedText
context.inducedText = request.getAttribute("inducedText")

0 comments on commit d251164

Please sign in to comment.