Refactor Vertx samples (#1554)
This commit is contained in:
parent
760692b8eb
commit
09d4c6f873
vertx/src
main
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user