Fix javadoc @see for TrimmingAudioProcessor.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=173877969
This commit is contained in:
aquilescanta 2017-10-30 05:20:51 -07:00 committed by Oliver Woodman
parent 8eee7c0d69
commit 9b9a294fd8

View file

@ -56,7 +56,7 @@ import java.nio.ByteOrder;
*
* @param trimStartSamples The number of audio samples to trim from the start of audio.
* @param trimEndSamples The number of audio samples to trim from the end of audio.
* @see AudioSink#configure(String, int, int, int, int, int[], int, int)
* @see AudioSink#configure(int, int, int, int, int[], int, int)
*/
public void setTrimSampleCount(int trimStartSamples, int trimEndSamples) {
this.trimStartSamples = trimStartSamples;