Merge "Update doc in TestUtils"

This commit is contained in:
Chiachang Wang
2021-04-23 00:35:27 +00:00
committed by Gerrit Code Review

View File

@@ -22,8 +22,8 @@ import com.android.modules.utils.build.SdkLevel;
import com.android.networkstack.apishim.ConstantsShim; import com.android.networkstack.apishim.ConstantsShim;
/** /**
* Utils class to provide common shared test helper methods or constants that behave different * Utils class to provide common shared test helper methods or constants that behave differently
* against compiled sdk. * depending on the SDK against which they are compiled.
*/ */
public class TestUtils { public class TestUtils {
/** /**