serialise -> serialize

This commit is contained in:
Luck
2018-01-18 19:21:02 +00:00
Unverified
parent 05ac7e6041
commit a74475d4cd
2 changed files with 6 additions and 6 deletions
@@ -226,7 +226,7 @@ public class LegacyYamlMigration implements Runnable {
}
// otherwise, this node has some other special context which needs to be saved.
// we serialise this way so it gets represented nicely in YAML.
// we serialize this way so it gets represented nicely in YAML.
// create a map of node attributes
Map<String, Object> attributes = new LinkedHashMap<>();