The beans were above the frank.

This commit is contained in:
Michael Bayne
2010-12-10 00:35:23 +00:00
parent f2842f87da
commit fc94473ec4
@@ -596,7 +596,7 @@ public abstract class BuildVisitor implements FragmentVisitor<Void>
public Void visit (Power<?,?> exp)
{
return appendFunctionCall("power", exp.getPower(), exp.getValue());
return appendFunctionCall("power", exp.getValue(), exp.getPower());
}
public Void visit (Random<?> exp)