Fix nitpicks

Fix some more nitpicks I encountered.
This commit is contained in:
OxygenCobalt 2022-01-17 15:10:25 -07:00
parent a4682cbff5
commit 9c1018679a
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
2 changed files with 4 additions and 2 deletions

View file

@ -249,7 +249,9 @@ public final class FlacStreamMetadata {
return metadata == null ? other : metadata.copyWithAppendedEntriesFrom(other);
}
/** Returns */
/**
* Returns a new Metadata instance created from {@code vorbisComments} and {@code pictureFrames}
*/
@Nullable
private static Metadata concatenateVorbisMetadata(
List<String> vorbisComments,

View file

@ -265,7 +265,7 @@ public final class VorbisUtil {
}
/**
* Builds a metadata instance from Vorbis comments.
* Builds a metadata instance from a list of Vorbis Comments.
*
* METADATA_BLOCK_PICTURE comments will be transformed into picture frames.
* All others will be transformed into vorbis comments.