Skip to content

Commit

Permalink
Fix a javadoc warning (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
brfrn169 committed Oct 31, 2021
1 parent c6608b4 commit 95601b5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ public class Coordinator {
private final DistributedStorage storage;
private final String coordinatorNamespace;

/** @deprecated As of release 3.3.0. Will be removed in release 4.0.0. */
/**
* @param storage a storage
* @deprecated As of release 3.3.0. Will be removed in release 4.0.0.
*/
@Deprecated
public Coordinator(DistributedStorage storage) {
this.storage = storage;
Expand Down

0 comments on commit 95601b5

Please sign in to comment.