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
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user