Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Commit

Permalink
Test for SWF-1572
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Nov 13, 2012
1 parent 381b29b commit 54bd722
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@

@Component
public class EvaluateExpressionAction {
public void test(RequestContext context, Object obj) {

public String test(RequestContext context, Object obj) {
System.out.println(obj);
return "test";
}

}

0 comments on commit 54bd722

Please sign in to comment.