Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuukadesu committed Nov 3, 2024
1 parent af25bc0 commit e10638b
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 357 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@

public class MathOpProcessor extends StreamPipesDataProcessor {

private static final String RESULT_FIELD = "calculationResult";
private static final String LEFT_OPERAND = "leftOperand";
private static final String RIGHT_OPERAND = "rightOperand";
private static final String OPERATION = "operation";
protected static final String RESULT_FIELD = "calculationResult";
protected static final String LEFT_OPERAND = "leftOperand";
protected static final String RIGHT_OPERAND = "rightOperand";
protected static final String OPERATION = "operation";

Operation arithmeticOperation = null;
String leftOperand;
Expand Down
Loading

0 comments on commit e10638b

Please sign in to comment.