Refactor Vertx samples ()

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
vertx/src
main
java/com/baeldung/rest
resources
test/java/com/baeldung

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

@ -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;