File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/io/vertx/ext/stomp Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
19
19
import io .vertx .codegen .annotations .DataObject ;
20
20
import io .vertx .codegen .annotations .GenIgnore ;
21
- import io .vertx .codegen .annotations .JsonGen ;
21
+ import io .vertx .codegen .json . annotations .JsonGen ;
22
22
import io .vertx .core .buffer .Buffer ;
23
23
import io .vertx .core .json .JsonObject ;
24
24
import io .vertx .ext .stomp .impl .FrameException ;
Original file line number Diff line number Diff line change 17
17
package io .vertx .ext .stomp ;
18
18
19
19
import io .vertx .codegen .annotations .DataObject ;
20
- import io .vertx .codegen .annotations .JsonGen ;
20
+ import io .vertx .codegen .json . annotations .JsonGen ;
21
21
import io .vertx .core .json .JsonObject ;
22
22
import io .vertx .core .net .NetClientOptions ;
23
23
Original file line number Diff line number Diff line change 17
17
package io .vertx .ext .stomp ;
18
18
19
19
import io .vertx .codegen .annotations .DataObject ;
20
- import io .vertx .codegen .annotations .JsonGen ;
20
+ import io .vertx .codegen .json . annotations .JsonGen ;
21
21
import io .vertx .core .Handler ;
22
22
import io .vertx .core .json .JsonObject ;
23
23
import io .vertx .core .net .NetServerOptions ;
You can’t perform that action at this time.
0 commit comments