Fix typos

This commit is contained in:
agnostic-apollo
2021-04-12 18:26:18 +05:00
parent 192b208883
commit 153818f7fb
2 changed files with 2 additions and 2 deletions

View File

@@ -126,7 +126,7 @@ public class SharedProperties {
Object internalValue;
for (String key : propertiesList) {
value = properties.getProperty(key); // value will be null if key does not exist in propertiesFile
Logger.logDebug(LOG_TAG, key + " : " + value);
// Logger.logVerbose(LOG_TAG, key + " : " + value);
// Call the {@link SharedPropertiesParser#getInternalPropertyValueFromValue(Context,String,String)}
// interface method to get the internal value to store in the {@link #mMap}.