Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aeb9794d authored by Pinyao Ting's avatar Pinyao Ting
Browse files

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
parent 96d61bff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {