Skip to content

Commit 295a6f7

Browse files
committed
Code cleanup
1 parent d4f35f4 commit 295a6f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main/java/com/labelzoom/api/model/components/Justification.java renamed to src/main/java/com/labelzoom/api/model/Justification.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.labelzoom.api.model.components;
1+
package com.labelzoom.api.model;
22

33
public enum Justification
44
{

src/main/java/com/labelzoom/api/model/components/AComponent.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* or distributed except as authorized by the license.
1313
*/
1414

15+
import com.labelzoom.api.model.Justification;
1516
import com.labelzoom.api.model.PositioningMode;
1617
import lombok.Getter;
1718
import lombok.Setter;

0 commit comments

Comments
 (0)