From d514b53eca892902e76424f17c23edaed7a7c34f Mon Sep 17 00:00:00 2001 From: Chiachang Wang Date: Thu, 22 Apr 2021 18:19:58 +0800 Subject: [PATCH] Update doc in TestUtils Follow up commit from aosp/1650232 to update the doc Bug: 186061922 Test: m Change-Id: Icb622516bc41de5cbe3112d7abd3df9d83448b32 --- tests/cts/net/src/android/net/cts/TestUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/cts/net/src/android/net/cts/TestUtils.java b/tests/cts/net/src/android/net/cts/TestUtils.java index a2974b992f..c1100b111f 100644 --- a/tests/cts/net/src/android/net/cts/TestUtils.java +++ b/tests/cts/net/src/android/net/cts/TestUtils.java @@ -22,8 +22,8 @@ import com.android.modules.utils.build.SdkLevel; import com.android.networkstack.apishim.ConstantsShim; /** - * Utils class to provide common shared test helper methods or constants that behave different - * against compiled sdk. + * Utils class to provide common shared test helper methods or constants that behave differently + * depending on the SDK against which they are compiled. */ public class TestUtils { /**