Wiki doc requires update

Issue #1081 resolved
Benoît Allard created an issue

That line: Yaml yaml = new Yaml(new Constructor(Invoice.class));

Should become: Yaml yaml = new Yaml(new Constructor(Invoice.class, new LoaderOptions()));

Comments (5)

  1. Log in to comment