Skip to content

Commit

Permalink
Update OutOfBandTransmission.java
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt authored and chrisliebaer committed Sep 29, 2022
1 parent 6f34650 commit 764ad2d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ public class OutOfBandTransmission {
private static final String FILE_EXTENSION = ".txt";
private static final Charset CHARSET = StandardCharsets.UTF_8;

@NotBlankprivate String generator;
@NotBlankprivate String path;
private @NotBlank String generator;
private @NotBlank String path;

public String send(String content) throws IOException {
var uuid = UUID.randomUUID();
Expand Down

0 comments on commit 764ad2d

Please sign in to comment.