Skip to content

Commit

Permalink
Kommentar erweitert
Browse files Browse the repository at this point in the history
  • Loading branch information
mrothenbuecher committed Mar 3, 2020
1 parent 73c255e commit 8c1b33c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/java/de/finetech/groovy/AbasBaseScript.java
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,10 @@ public Object onerror(Object ex) {
/**
* Falls eine Eigenschaft nicht definiert ist, wird die Eigenschaft als String zurück gegeben
*
* so wird folgendes möglich: m["variable"] -> m.variable
*
* so wird folgendes möglich:
* - m["variable"] -> m.variable
* - hole("Teil") -> hole(Teil)
*
* siehe https://groovy-lang.org/metaprogramming.html
*
* @param name
Expand Down

0 comments on commit 8c1b33c

Please sign in to comment.