From aeb9794d752110b861c7848270f26f0179445128 Mon Sep 17 00:00:00 2001 From: Pinyao Ting Date: Wed, 12 Feb 2020 11:50:11 -0800 Subject: [PATCH] Be a good android citizen and clean up following build warnings. frameworks/base/services/core/java/com/android/server/content/SyncStorageEngine.java:1739: warning: Replaced KLP with KitKat in the documentation for method com.android.server.content.SyncStorageEngine.maybeDeleteLegacyPendingInfoLocked(java.io.File) [Typo] Change-Id: I167b58d5a3a4b994bb95f5401d5db70df5c4a313 Test: make build --- .../core/java/com/android/server/content/SyncStorageEngine.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/core/java/com/android/server/content/SyncStorageEngine.java b/services/core/java/com/android/server/content/SyncStorageEngine.java index dea47db62b9c6..afdcda9776520 100644 --- a/services/core/java/com/android/server/content/SyncStorageEngine.java +++ b/services/core/java/com/android/server/content/SyncStorageEngine.java @@ -1738,7 +1738,7 @@ public class SyncStorageEngine { /** * Ensure the old pending.bin is deleted, as it has been changed to pending.xml. - * pending.xml was used starting in KLP. + * pending.xml was used starting in KitKat. * @param syncDir directory where the sync files are located. */ private void maybeDeleteLegacyPendingInfoLocked(File syncDir) {