Skip to content

Commit

Permalink
chore: forgot some renames
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceh121 committed Jun 3, 2023
1 parent ae1ef79 commit d356bd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/me/vinceh121/mobilitymock/MobilityMock.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import io.vertx.ext.web.RoutingContext;
import io.vertx.ext.web.handler.BodyHandler;
import me.vinceh121.mobilitymock.SimpleCRUDRoute.CRUD;
import me.vinceh121.scolengomock.json.JsonObjectMixin;
import me.vinceh121.mobilitymock.json.JsonObjectMixin;

public class MobilityMock {
private static final Logger LOG = LogManager.getLogger(MobilityMock.class);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package me.vinceh121.scolengomock.json;
package me.vinceh121.mobilitymock.json;

import java.util.Map;

Expand Down

0 comments on commit d356bd7

Please sign in to comment.