Skip to content

Commit 9b1011a

Browse files
committed
Updated description for setStandardLocationTypes
1 parent b2b781b commit 9b1011a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/src/main/java/org/broadleafcommerce/common/web/extensibility/MergeXmlWebApplicationContext.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ public void setPatchLocation(String patchLocation) {
164164
}
165165

166166
/**
167-
* @param standardLocationTypes the standard location type to use
167+
* Sets the type of standard Broadleaf context locations that should be merged. For possible values see
168+
* {@link StandardConfigLocations#APPCONTEXTTYPE}
168169
*/
169170
public void setStandardLocationTypes(int standardLocationTypes) {
170171
this.standardLocationTypes = standardLocationTypes;

0 commit comments

Comments
 (0)