mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-04-12 18:20:26 +08:00
Fixed a typo
This commit is contained in:
parent
8121bb758d
commit
8da23eab78
@ -30,7 +30,7 @@ public class PlaceholderUtils {
|
||||
* @return HashMap that contains string for each placeholder.
|
||||
*/
|
||||
public static Map<String, String> getAnalysisReplaceRules(AnalysisData data) {
|
||||
Benchmark.start("Replace Placeholders Anaysis");
|
||||
Benchmark.start("Replace Placeholders Analysis");
|
||||
HashMap<String, String> replaceMap = new HashMap<>();
|
||||
replaceMap.putAll(data.getReplaceMap());
|
||||
replaceMap.put("%plugins%", data.replacePluginsTabLayout());
|
||||
@ -50,7 +50,7 @@ public class PlaceholderUtils {
|
||||
replaceMap.put("#" + defaultCols[i], "#" + colors[i]);
|
||||
}
|
||||
}
|
||||
Benchmark.stop("Replace Placeholders Anaysis");
|
||||
Benchmark.stop("Replace Placeholders Analysis");
|
||||
return replaceMap;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user