apply code format
This commit is contained in:
parent
0afd9776dd
commit
2c73609e44
1 changed files with 2 additions and 2 deletions
|
@ -929,7 +929,7 @@ public class FessXpathTransformer extends XpathTransformer implements FessTransf
|
|||
this.convertUrlMap.putAll(convertUrlMap);
|
||||
}
|
||||
|
||||
public void addConvertUrl(final String regex,final String replacement) {
|
||||
this.convertUrlMap.put(regex,replacement);
|
||||
public void addConvertUrl(final String regex, final String replacement) {
|
||||
this.convertUrlMap.put(regex, replacement);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue