commit | bc5b45a4bfbbe64f13dd08be2a2582d76d660f1d | [log] [tgz] |
---|---|---|
author | Sailendra Doddi <sailendrabathi@google.com> | Mon Jul 19 06:18:57 2021 +0000 |
committer | sailendrabathi <sailendrabathi@google.com> | Thu Jul 22 15:32:15 2021 +0000 |
tree | 14f1f17e2d10ece943874b46f170cb3fc59642c6 | |
parent | ce2eb94514ce95d83bbef439f153ba4d06fdb40c [diff] |
Updated comments using https://source.android.com/setup/contribute/respectful-code BUG=162536543 Test: N/A Change-Id: If362e2ad7941695094c4727eec0d40484d78d2b6
diff --git a/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/Camera2StillCaptureTest.java b/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/Camera2StillCaptureTest.java index cbdcc36..66288f0 100644 --- a/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/Camera2StillCaptureTest.java +++ b/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/Camera2StillCaptureTest.java
@@ -572,7 +572,7 @@ /** * Validate JPEG capture image object soundness and test. * <p> - * In addition to image object sanity, this function also does the decoding + * In addition to image object consistency, this function also does the decoding * test, which is slower. * </p> *