Skip to content

Instantly share code, notes, and snippets.

@garethahealy
Created March 12, 2016 10:54
Show Gist options
  • Save garethahealy/a00b58ddb3247ec6d63f to your computer and use it in GitHub Desktop.
Save garethahealy/a00b58ddb3247ec6d63f to your computer and use it in GitHub Desktop.
org.acme.insurance.Policy _policy = (org.acme.insurance.Policy)kcontext.getVariable("policy");
kcontext.setVariable("price",_policy.getPrice());
System.out.println("Price before review: " + policy.getPrice());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment