Skip to content

Commit

Permalink
remove allargscontructor
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-hydrogen committed Jun 30, 2022
1 parent 43d252a commit cc6d86f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@

package exposed.hydrogen.resources;

import lombok.AllArgsConstructor;
import lombok.Builder;
import team.unnamed.creative.base.Writable;

@Builder
@AllArgsConstructor
public record CustomResource(String path, Writable data) {
}

0 comments on commit cc6d86f

Please sign in to comment.