From 3f6a601be860133999b475024b4b81b4b3cd8dde Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Thu, 11 Feb 2021 20:51:04 +0530 Subject: [PATCH] Fix jdoc / comments. --- .../java/org/schabi/newpipe/extractor/stream/AudioStream.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/stream/AudioStream.java b/extractor/src/main/java/org/schabi/newpipe/extractor/stream/AudioStream.java index 39d0b0b47..e2620cccd 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/stream/AudioStream.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/stream/AudioStream.java @@ -48,8 +48,7 @@ public class AudioStream extends Stream { /** * Create a new audio stream * @param url the url - * @param format the format - * @param averageBitrate the average bitrate + * @param itag the ItagItem to use */ public AudioStream(String url, ItagItem itag) { super(url, itag.getMediaFormat());