Skip to content

Commit

Permalink
Puzzle created
Browse files Browse the repository at this point in the history
  • Loading branch information
dukris committed Feb 6, 2024
1 parent c8fbdc8 commit 045c6af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/git/tracehub/pmo/platforms/Label.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@
/**
* Label.
*
* @todo #8:30min try to refactor this code to avoid such data classes
* @since 0.0.0
*/
@AllArgsConstructor
@Getter
@AllArgsConstructor
public final class Label {

/**
Expand Down

0 comments on commit 045c6af

Please sign in to comment.