We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b781b commit 9b1011aCopy full SHA for 9b1011a
common/src/main/java/org/broadleafcommerce/common/web/extensibility/MergeXmlWebApplicationContext.java
@@ -164,7 +164,8 @@ public void setPatchLocation(String patchLocation) {
164
}
165
166
/**
167
- * @param standardLocationTypes the standard location type to use
+ * Sets the type of standard Broadleaf context locations that should be merged. For possible values see
168
+ * {@link StandardConfigLocations#APPCONTEXTTYPE}
169
*/
170
public void setStandardLocationTypes(int standardLocationTypes) {
171
this.standardLocationTypes = standardLocationTypes;
0 commit comments