Merge "TIF: Update javadoc with a better wording" into nyc-dev

This commit is contained in:
Dongwon Kang
2016-03-31 19:43:42 +00:00
committed by Android (Google) Code Review

View File

@@ -856,7 +856,7 @@ public final class TvInputManager {
/** /**
* This is called when the underlying {@link TvStreamConfig} has been changed. * This is called when the underlying {@link TvStreamConfig} has been changed.
* *
* @param configs A list of new {@link TvStreamConfig}s. * @param configs The new {@link TvStreamConfig}s.
*/ */
public abstract void onStreamConfigChanged(TvStreamConfig[] configs); public abstract void onStreamConfigChanged(TvStreamConfig[] configs);
} }