jboz / plantuml-builder

Plantuml diagram from java sources
Apache License 2.0
45 stars 10 forks source link

fix method name type and add methods to write diagram to file #10

Closed finsterwalder closed 4 years ago

finsterwalder commented 4 years ago

Hi there,

you method name had a small typo that was inconsistent to the README. addClasse(...) instead of addClasses(...)

And I added some static methods that allow for writing files easily, since I think that that would be a common use case. (At least for me)

jboz commented 4 years ago

thanks for your pull request :) I will integrates it ! 👍

finsterwalder commented 4 years ago

Thanks for merging this. Will you create a new release with these changes soon?