-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 {
|
public class PlaybackParameterDialog extends DialogFragment {
|
||||||
@NonNull private static final String TAG = "PlaybackParameterDialog";
|
@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 MINIMUM_PLAYBACK_VALUE = 0.10f;
|
||||||
public static final double MAXIMUM_PLAYBACK_VALUE = 3.00f;
|
public static final double MAXIMUM_PLAYBACK_VALUE = 3.00f;
|
||||||
|
|
||||||
|
@ -2,6 +2,6 @@ package org.schabi.newpipe.player.resolver;
|
|||||||
|
|
||||||
import android.support.annotation.NonNull;
|
import android.support.annotation.NonNull;
|
||||||
|
|
||||||
public interface Resolver<Source, Produce> {
|
public interface Resolver<Source, Product> {
|
||||||
Produce resolve(@NonNull Source source);
|
Product resolve(@NonNull Source source);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user