X Tutup
Skip to content

Makes Config a public, immutable class with a builder#29

Merged
marcuslinke merged 1 commit intodocker-java:masterfrom
mfulgo:for-upstream-24
Jul 29, 2014
Merged

Makes Config a public, immutable class with a builder#29
marcuslinke merged 1 commit intodocker-java:masterfrom
mfulgo:for-upstream-24

Conversation

@mfulgo
Copy link
Copy Markdown
Contributor

@mfulgo mfulgo commented Jul 18, 2014

This makes Config a public class, so it can be passed into the
DockerClient constructor from code in different packages. It also
makes Config an immutable object and includes a builder for convenience.

Fixes issue #24.

This makes Config a public class, so it can be passed into the
DockerClient constructor from code in different packages. It also
makes Config an immutable object and includes a builder for convenience.

Fixes issue docker-java#24.
marcuslinke added a commit that referenced this pull request Jul 29, 2014
Makes Config a public, immutable class with a builder
@marcuslinke marcuslinke merged commit db0e7a0 into docker-java:master Jul 29, 2014
@marcuslinke
Copy link
Copy Markdown
Contributor

@mfulgo Thanks for your contribution! I was in vacation for a while so sorry for late reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup