Commit 9c101867 by OxygenCobalt

Fix nitpicks

Fix some more nitpicks I encountered.
parent a4682cbf
...@@ -249,7 +249,9 @@ public final class FlacStreamMetadata { ...@@ -249,7 +249,9 @@ public final class FlacStreamMetadata {
return metadata == null ? other : metadata.copyWithAppendedEntriesFrom(other); return metadata == null ? other : metadata.copyWithAppendedEntriesFrom(other);
} }
/** Returns */ /**
* Returns a new Metadata instance created from {@code vorbisComments} and {@code pictureFrames}
*/
@Nullable @Nullable
private static Metadata concatenateVorbisMetadata( private static Metadata concatenateVorbisMetadata(
List<String> vorbisComments, List<String> vorbisComments,
......
...@@ -265,7 +265,7 @@ public final class VorbisUtil { ...@@ -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. * METADATA_BLOCK_PICTURE comments will be transformed into picture frames.
* All others will be transformed into vorbis comments. * All others will be transformed into vorbis comments.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment