Skip to content

Commit

Permalink
Removed hydrophoneId and preampId from required fields
Browse files Browse the repository at this point in the history
  • Loading branch information
QuincyCantu committed Dec 2, 2024
1 parent 555c111 commit c39c042
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
@SuperBuilder(toBuilder = true)
@Jacksonized
public class AudioSensor extends Sensor {
@NotBlank
private String hydrophoneId;
@NotBlank
private String preampId;

/**
Expand Down

0 comments on commit c39c042

Please sign in to comment.