comment suanshu library - see JAVA-24004

This commit is contained in:
Loredana Crusoveanu
2023-08-05 21:15:55 +03:00
parent 938b6a4ee2
commit ff42782e3b
2 changed files with 7 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ import org.slf4j.LoggerFactory;
import java.util.List;
class SuanShuMath {
/** fixing in JAVA-24004
private static final Logger log = LoggerFactory.getLogger(SuanShuMath.class);
public static void main(String[] args) throws Exception {
@@ -137,5 +137,5 @@ class SuanShuMath {
List<? extends Number> roots = solver.solve(p);
log.info("Finding polynomial roots: {}", roots);
}
*//
}