Open h1alexbel opened 1 year ago
using MnYaml, I can't read my test.yml file:
test.yml
final Mono yaml = new MnYaml( "src/test/resources/test.yml" ); yaml.read(); // exception raised
On yaml.read() I've got the following exception: java.lang.ClassCastException: class java.util.LinkedHashMap cannot be cast to class java.util.Collection
yaml.read()
java.lang.ClassCastException: class java.util.LinkedHashMap cannot be cast to class java.util.Collection
Fix this please
using MnYaml, I can't read my
test.yml
file:On
yaml.read()
I've got the following exception:java.lang.ClassCastException: class java.util.LinkedHashMap cannot be cast to class java.util.Collection
Fix this please