marcusaram / snakeyaml

Automatically exported from code.google.com/p/snakeyaml
Apache License 2.0
1 stars 0 forks source link

BaseConstructor shall give more flexibility to choose the constructor at runtime #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
BaseConstructor.getConstructor(Node node) should be 'protected' to allow 
users to change a node is constructed.

Original issue reported on code.google.com by py4fun@gmail.com on 8 Jan 2010 at 9:23

GoogleCodeExporter commented 9 years ago
Above should be read:
"... to allow users to change _how_ a node is constructed."

Fixed.

Original comment by py4fun@gmail.com on 8 Jan 2010 at 9:34