From df0acf74ea7917b2aa4a07f9411e6593bc02875a Mon Sep 17 00:00:00 2001 From: zhangjincheng Date: Wed, 22 Jun 2022 14:23:18 +0800 Subject: [PATCH] correct the comments information for settings Change-Id: I2931f9cdb22de8749e755b4efc0ce347868ed915 Signed-off-by: zhangjincheng --- .../com/android/server/am/SettingsToPropertiesMapperTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/tests/mockingservicestests/src/com/android/server/am/SettingsToPropertiesMapperTest.java b/services/tests/mockingservicestests/src/com/android/server/am/SettingsToPropertiesMapperTest.java index 5db8867658bec..de27d773504e9 100644 --- a/services/tests/mockingservicestests/src/com/android/server/am/SettingsToPropertiesMapperTest.java +++ b/services/tests/mockingservicestests/src/com/android/server/am/SettingsToPropertiesMapperTest.java @@ -204,7 +204,7 @@ public class SettingsToPropertiesMapperTest { @Test public void testUpdatePropertiesFromSettings_PropertyAndSettingNotPresent() { - // Test that empty property will not not be set if setting is not set + // Test that empty property will not be set if setting is not set mTestMapper.updatePropertiesFromSettings(); String propValue = mSystemSettingsMap.get("TestProperty"); Assert.assertNull("Property should not be set if setting is null", propValue);