apply google-java-style indentation and impose import orders....

This commit is contained in:
CodingCat
2016-03-03 09:32:23 -05:00
parent 0f367a6ade
commit e3dc67c6a0
17 changed files with 36 additions and 46 deletions

View File

@@ -15,13 +15,14 @@
*/
package ml.dmlc.xgboost4j;
import java.util.HashMap;
import java.util.Map;
import junit.framework.TestCase;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.junit.Test;
import java.util.*;
/**
* test cases for Booster
*

View File

@@ -15,12 +15,12 @@
*/
package ml.dmlc.xgboost4j;
import junit.framework.TestCase;
import org.junit.Test;
import java.util.Arrays;
import java.util.Random;
import junit.framework.TestCase;
import org.junit.Test;
/**
* test cases for DMatrix
*