mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-01-05 23:46:22 +01:00
-Fixed some typos.
This commit is contained in:
parent
0fcef064fb
commit
13587d7ab3
@ -21,7 +21,7 @@ import static org.schabi.newpipe.player.BasePlayer.DEBUG;
|
||||
public class PlaybackParameterDialog extends DialogFragment {
|
||||
@NonNull private static final String TAG = "PlaybackParameterDialog";
|
||||
|
||||
// Maximum allowable range in ExoPlayer
|
||||
// Minimum allowable range in ExoPlayer
|
||||
public static final double MINIMUM_PLAYBACK_VALUE = 0.10f;
|
||||
public static final double MAXIMUM_PLAYBACK_VALUE = 3.00f;
|
||||
|
||||
|
@ -2,6 +2,6 @@ package org.schabi.newpipe.player.resolver;
|
||||
|
||||
import android.support.annotation.NonNull;
|
||||
|
||||
public interface Resolver<Source, Produce> {
|
||||
Produce resolve(@NonNull Source source);
|
||||
public interface Resolver<Source, Product> {
|
||||
Product resolve(@NonNull Source source);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user