From b24f3da2b95d9543bc268e266fde714134f67f97 Mon Sep 17 00:00:00 2001 From: Aaron Huang Date: Mon, 6 Dec 2021 15:18:42 +0800 Subject: Fix style errors for IpSec associated files Bug: 204153604 Test: build pass. Change-Id: I940de8bef7f693dcce8808148a975bea1f36712c --- framework-t/src/android/net/IpSecAlgorithm.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework-t/src/android/net/IpSecAlgorithm.java') 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; } -- cgit v1.2.3