qaadis
released this
07 Aug 16:11
·
641 commits
to master
since this release
- Fixed bug in
equals(arg)
andcompareTo(arg)
methods inSDatetime
class.
Some internal variables were changed when it was called, which could cause
an error when called in multitask. - X-definition is now generated from also from YAML source data (if the package
org.yaml.snakeyaml
is available in the classpath).
(Seeorg.xdef.util.GenXDefinition
andorg.xdef.impl.GenXDef
.)