BAEL-6813: Moved Magic Square code to core-java-lang-math-3 (#14587)

* BAEL-6813: Moved Magic Square code to core-java-lang-math-3

* Fix code to work below Java 11

* Fix unrelated broken test
This commit is contained in:
Graham Cox
2023-08-15 11:56:05 +01:00
committed by GitHub
parent 4a11a82b66
commit 379992c84e
6 changed files with 11 additions and 45 deletions
-1
View File
@@ -108,7 +108,6 @@
<module>core-java-lang-operators-2</module>
<module>core-java-lang-syntax</module>
<module>core-java-lang-syntax-2</module>
<module>core-java-leetcode</module>
<module>core-java-locale</module>
<module>core-java-networking</module>
<module>core-java-networking-2</module>