Skip to content

Commit

Permalink
Added roundFunction function
Browse files Browse the repository at this point in the history
  • Loading branch information
EinsamHauer committed Jul 31, 2018
1 parent 6c1705f commit 7de37bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>net.iponweb.disthene.reader</groupId>
<artifactId>disthene-reader</artifactId>
<packaging>jar</packaging>
<version>1.0.7</version>
<version>1.0.8</version>
<name>disthene-reader</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public class FunctionRegistry {
registry.put("removeBelowPercentile", RemoveBelowPercentileFunction.class);
registry.put("removeBelowValue", RemoveBelowValueFunction.class);
registry.put("round", RoundFunction.class);
registry.put("roundFunction", RoundFunction.class);
registry.put("scale", ScaleFunction.class);
registry.put("scaleToSeconds", ScaleToSecondsFunction.class);
registry.put("secondYAxis", SecondYAxisFunction.class);
Expand Down

0 comments on commit 7de37bf

Please sign in to comment.