Refactor Vertx samples (#1554)

This commit is contained in:
Grzegorz Piwowarek 2017-04-01 10:50:41 +02:00 committed by GitHub
parent 760692b8eb
commit 09d4c6f873
4 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package com.baledung.rest;
package com.baeldung.rest;
import com.baeldung.model.Article;

View File

@ -5,7 +5,7 @@ import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import com.baledung.rest.RestServiceVerticle;
import com.baeldung.rest.RestServiceVerticle;
import io.vertx.core.Vertx;
import io.vertx.ext.unit.Async;