|
@@ -997,7 +997,7 @@ public class Configuration implements Iterable<Map.Entry<String,String>>,
|
|
}
|
|
}
|
|
getOverlay().setProperty(name, value);
|
|
getOverlay().setProperty(name, value);
|
|
getProps().setProperty(name, value);
|
|
getProps().setProperty(name, value);
|
|
- String newSource = (source == null ? "programatically" : source);
|
|
|
|
|
|
+ String newSource = (source == null ? "programmatically" : source);
|
|
|
|
|
|
if (!isDeprecated(name)) {
|
|
if (!isDeprecated(name)) {
|
|
updatingResource.put(name, new String[] {newSource});
|
|
updatingResource.put(name, new String[] {newSource});
|
|
@@ -1471,7 +1471,7 @@ public class Configuration implements Iterable<Map.Entry<String,String>>,
|
|
/**
|
|
/**
|
|
* Gets information about why a property was set. Typically this is the
|
|
* Gets information about why a property was set. Typically this is the
|
|
* path to the resource objects (file, URL, etc.) the property came from, but
|
|
* path to the resource objects (file, URL, etc.) the property came from, but
|
|
- * it can also indicate that it was set programatically, or because of the
|
|
|
|
|
|
+ * it can also indicate that it was set programmatically, or because of the
|
|
* command line.
|
|
* command line.
|
|
*
|
|
*
|
|
* @param name - The property name to get the source of.
|
|
* @param name - The property name to get the source of.
|