Skip to content

Commit

Permalink
Update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt committed Nov 16, 2023
1 parent c593fe4 commit 6021196
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ public class PhysicalDivision extends Division<PhysicalDivision> {

public static final List<String> TYPES = Arrays.asList(TYPE_PAGE, TYPE_TRACK, TYPE_OTHER);
/**
* Each physical division can be available in different variants, for each of which a media file is available. This
* is in this map.
* Each physical division can be available in different variants, for each of which
* a media file is available. This is in this map.
*/
private Map<MediaVariant, URI> mediaFiles = new HashMap<>();

Expand Down

0 comments on commit 6021196

Please sign in to comment.