Commit 9b9a294f by aquilescanta Committed by Oliver Woodman

Fix javadoc @see for TrimmingAudioProcessor.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=173877969
parent 8eee7c0d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment