Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Remove WriterFactory #24
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju-cmd |
added a commit
that referenced
this pull request
Oct 20, 2015
jujubot
merged commit c3d54bf
into
juju:master
Oct 20, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
davecheney commentedOct 20, 2015
Remove the WriterFactory interface and replace it with a function.
Simpler for the caller to implement, and we only have one caller, cmd/jujud/
(Review request: http://reviews.vapour.ws/r/2943/)