Skip to content

Commit 87bae9e

Browse files
committed
Fixed: Invalid characters encountered (OFBIZ-13325)
Noticed during code analysis with SonarQube: Invalid character encountered in file ConfigXMLReader.java at line 407 for encoding UTF-8. This fixes the file content Thanks: David Maksimovic for report # Conflict handled by hand in ConfigXMLReader.java
1 parent b633600 commit 87bae9e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

framework/webapp/src/main/java/org/apache/ofbiz/webapp/control/ConfigXMLReader.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,8 @@ public String getProtectView() {
404404
}
405405

406406
/**
407-
* XXX: Keep it for backward compatibility until moving everything to 鈥榞etRequestMapMultiMap鈥�. @return the request map map
407+
* XXX: Keep it for backward compatibility until moving everything to getRequestMapMultiMap.
408+
* @return the request map
408409
*/
409410
public Map<String, RequestMap> getRequestMapMap() {
410411
return new MultivaluedMapContextAdapter<>(getRequestMapMultiMap());

0 commit comments

Comments
 (0)