diff options
| author | Treehugger Robot <treehugger-gerrit@google.com> | 2021-12-15 06:28:14 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-12-15 06:28:14 +0000 |
| commit | f7159984548b8bf81c6550be9d666e6af0363868 (patch) | |
| tree | 5684eb902f89fcba72ac84f9330e9d990e4ea813 /framework-t/src/android/net/IpSecAlgorithm.java | |
| parent | 78129f3c2e1bcaaae5c76d79fe28f1c44f5851e3 (diff) | |
| parent | b24f3da2b95d9543bc268e266fde714134f67f97 (diff) | |
Merge "Fix style errors for IpSec associated files"
Diffstat (limited to 'framework-t/src/android/net/IpSecAlgorithm.java')
| -rw-r--r-- | framework-t/src/android/net/IpSecAlgorithm.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework-t/src/android/net/IpSecAlgorithm.java b/framework-t/src/android/net/IpSecAlgorithm.java index 86052484ea..840af28b77 100644 --- a/framework-t/src/android/net/IpSecAlgorithm.java +++ b/framework-t/src/android/net/IpSecAlgorithm.java @@ -297,7 +297,7 @@ public final class IpSecAlgorithm implements Parcelable { return mTruncLenBits; } - /* Parcelable Implementation */ + /** Parcelable Implementation */ public int describeContents() { return 0; } |
