merge bugfix

This commit is contained in:
ori agranat
2019-10-07 21:15:17 +03:00
parent 61b09f2bf3
commit eb65156548
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
package com.chameleonvision.util;
import java.lang.Math;
import org.apache.commons.math3.util.FastMath;
public class MathHandler {
MathHandler() {}