Skip to content

Commit

Permalink
Exclude id from NetworkImpl.NetworkImplBuilder (#8125) (#2807)
Browse files Browse the repository at this point in the history
* Exclude id from NetworkImpl.NetworkImplBuilder (#8125)

* Deprecate Network.id field

The field is deprecated in order to mark the NetworkBuildImpl#id method
deprecated so that the method can later be removed.  We'll undeprecate the
field at that time.

Co-authored-by: Richard North <rich.north@gmail.com>
  • Loading branch information
quincy and rnorth committed Sep 14, 2020
1 parent 9b3c87e commit 2be4c2a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class NetworkImpl extends ExternalResource implements Network {
@Singular
private Set<Consumer<CreateNetworkCmd>> createNetworkCmdModifiers;

@Deprecated
private String id;

private final AtomicBoolean initialized = new AtomicBoolean();
Expand Down

0 comments on commit 2be4c2a

Please sign in to comment.