Forum Discussion
PaulMS
8 years agoSuper Contributor
This script seems to work with a minor delay before modifying countries.
log.info "Before : $countries"
Thread.sleep(100)
countries.put('NZ','Newzealand')
log.info "After : $countries"This script seems to work with a minor delay before modifying countries.
log.info "Before : $countries"
Thread.sleep(100)
countries.put('NZ','Newzealand')
log.info "After : $countries"