mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Added workaround for "Comparison method violates its general contract!" message of table sort.
This commit is contained in:
parent
82509354af
commit
8f642df60e
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ public class Main {
|
|||
* @param args the command line arguments
|
||||
*/
|
||||
public static void main(String[] args) {
|
||||
|
||||
System.setProperty("java.util.Arrays.useLegacyMergeSort", "true");
|
||||
logger.info("Starting MAGE server version " + version);
|
||||
logger.info("Logging level: " + logger.getEffectiveLevel());
|
||||
|
||||
|
|
Loading…
Reference in a new issue