Skip to content

Commit

Permalink
renamed function originalExpression() to getOriginalExpression()
Browse files Browse the repository at this point in the history
  • Loading branch information
uklimaschewski committed Sep 26, 2016
1 parent b64d1c4 commit 93c835a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/udojava/evalex/Expression.java
Original file line number Diff line number Diff line change
Expand Up @@ -1554,7 +1554,7 @@ public List<String> getUsedVariables() {
* The original expression used to construct this expression, without
* variables substituted.
*/
public String originalExpression() {
public String getOriginalExpression() {
return this.originalExpression;
}

Expand Down

0 comments on commit 93c835a

Please sign in to comment.