Merge "Update doc in TestUtils" am: 8027d24eaf am: 3b5fd3154a

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1684726

Change-Id: I09661d949feded17a1f1f45e660a66a73a0f1b2a
This commit is contained in:
Chiachang Wang
2021-04-23 01:18:10 +00:00
committed by Automerger Merge Worker

View File

@@ -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 {
/**