Skip to content

Commit

Permalink
Make input exclusive
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochen Schalanda committed Apr 13, 2017
1 parent 8c197e4 commit 40fdbc0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,7 +60,7 @@ public interface Factory extends MessageInput.Factory<InternalLogsInput> {

public static class Descriptor extends MessageInput.Descriptor {
public Descriptor() {
super(NAME, false, "");
super(NAME, true, "");
}
}

Expand Down

0 comments on commit 40fdbc0

Please sign in to comment.