Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
RobFaustLZ committed Dec 6, 2023
1 parent d4f35f4 commit 295a6f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.labelzoom.api.model.components;
package com.labelzoom.api.model;

public enum Justification
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* or distributed except as authorized by the license.
*/

import com.labelzoom.api.model.Justification;
import com.labelzoom.api.model.PositioningMode;
import lombok.Getter;
import lombok.Setter;
Expand Down

0 comments on commit 295a6f7

Please sign in to comment.