Bugfix: doppelte Marginalien

This commit is contained in:
Simon Martens
2023-10-26 13:04:49 +02:00
parent d85611182f
commit bc9521d53e
5 changed files with 54 additions and 3 deletions

View File

@@ -44,4 +44,8 @@ public class StructureCollection : ICollectionRule {
partialmatch);
}
}
public bool CheckDatatypes(XElement element) {
return true;
}
}