From e975d33fbe9bc4a233c8a116aafc471711242843 Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Thu, 11 Feb 2021 21:59:09 +0530 Subject: [PATCH] Change jdoc / comments. --- .../java/org/schabi/newpipe/extractor/stream/AudioStream.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b079f618b..f0ae55ba1 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,7 +48,7 @@ public class AudioStream extends Stream { /** * Create a new audio stream * @param url the url - * @param itag the ItagItem to use + * @param itag the ItagItem of the Stream */ public AudioStream(String url, ItagItem itag) { this(url, itag.getMediaFormat(), itag.avgBitrate);