Skip to content

Commit

Permalink
fixed styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Edwards-cgi committed Feb 11, 2025
1 parent f436ad0 commit 1ed524d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ public boolean addMedia(MediaEntity mediaEntity) {
}

/**
* Returns a unmodifiable list of medias associated with this hearing.
* @deprecated use {@link #getMedias()} instead
*/
@Deprecated(since = "2025-02-11")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ public class MediaEntity extends CreatedModifiedBaseEntity


/**
* Returns a unmodifiable list of hearings associated with this media.
* @deprecated use {@link #getHearings()} instead
*/
@Deprecated(since = "2025-02-11")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ void validateShouldThrowExceptionWhenHearingIdAndCaseIdIsNull() {
@ParameterizedTest
@NullSource
@EmptySource
@SuppressWarnings("PMD.LooseCoupling")//Needs to be a treeSet fo the insert
void validateShouldThrowExceptionWhenProvidedHearingHasNoAudio(TreeSet<MediaEntity> mediaEntityList) {
// Given
var hearingEntity = new HearingEntity();
Expand Down

0 comments on commit 1ed524d

Please sign in to comment.