commit | ea11e8a17469f3b4a5b2bfb433d2a0c0f28767bc | [log] [tgz] |
---|---|---|
author | junyulai <junyulai@google.com> | Thu Aug 20 03:56:10 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Aug 20 03:56:10 2020 +0000 |
tree | 62f06e01e9692cf0aa677d7415bbd61696d1c731 | |
parent | 2fea4a758b13a1c809a6bd5e7a4651278a81ebd9 [diff] | |
parent | 199f353a9e9762b41c8132a1c699f89d78989d6a [diff] |
Add getAllCollapsedRatTypes to NetworkTemplate am: 199f353a9e Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1397953 Change-Id: I4bfdd2dcc7bd6b1e15248d7ef855fc40db018c4a
diff --git a/services/core/java/com/android/server/IpSecService.java b/services/core/java/com/android/server/IpSecService.java index 6402e07..b2f0c83 100644 --- a/services/core/java/com/android/server/IpSecService.java +++ b/services/core/java/com/android/server/IpSecService.java
@@ -1477,7 +1477,7 @@ } /** - * Checks an IpSecConfig parcel to ensure that the contents are sane and throws an + * Checks an IpSecConfig parcel to ensure that the contents are valid and throws an * IllegalArgumentException if they are not. */ private void checkIpSecConfig(IpSecConfig config) {