Skip to content

Commit

Permalink
Refactor packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rhertle committed Sep 4, 2020
1 parent 2603281 commit 2c9e4de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package ch.puzzle.quarkustechlab.producer.boundary;
package ch.puzzle.quarkustechlab.restproducer.boundary;

import ch.puzzle.quarkustechlab.producer.entity.SensorMeasurement;
import ch.puzzle.quarkustechlab.restproducer.entity.SensorMeasurement;

import javax.ws.rs.GET;
import javax.ws.rs.Path;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ch.puzzle.quarkustechlab.producer.entity;
package ch.puzzle.quarkustechlab.restproducer.entity;

public class SensorMeasurement {

Expand Down

0 comments on commit 2c9e4de

Please sign in to comment.