Merge "docs: corrected grammar mistake in Class Overview" into oc-dev

am: dc12cb1fb2

Change-Id: Ida5507009926a936ee247c2f43f44b439351d937
This commit is contained in:
Cindy Kuang
2017-08-11 21:06:56 +00:00
committed by android-build-merger

View File

@@ -101,7 +101,7 @@ import android.util.Log;
* <p>Note that since streams can be stopped due to resource constraints, the * <p>Note that since streams can be stopped due to resource constraints, the
* streamID is a reference to a particular instance of a stream. If the stream * streamID is a reference to a particular instance of a stream. If the stream
* is stopped to allow a higher priority stream to play, the stream is no * is stopped to allow a higher priority stream to play, the stream is no
* longer be valid. However, the application is allowed to call methods on * longer valid. However, the application is allowed to call methods on
* the streamID without error. This may help simplify program logic since * the streamID without error. This may help simplify program logic since
* the application need not concern itself with the stream lifecycle.</p> * the application need not concern itself with the stream lifecycle.</p>
* *