Fix checkstyle error to resolve maven build problem

Change-Id: I46c7283b2bd2d93bd987bfad74b38e50d3f2e522
This commit is contained in:
Jian Li 2017-05-15 22:57:51 +09:00
parent ce2686a09c
commit 997fda6688
2 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,6 @@ import com.google.common.util.concurrent.MoreExecutors;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.onlab.junit.TestTools;
import org.onlab.junit.TestUtils;
import org.onlab.packet.IpAddress;
import org.onlab.packet.TpPort;

View File

@ -13,5 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* VPLS store package.
*/
package org.onosproject.vpls.store;