Skip to content

Commit

Permalink
fix(code): make AbstractEventHubTask class abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutimantri committed Jun 3, 2024
1 parent 0cc3fe7 commit 92132a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@NoArgsConstructor
@SuperBuilder
@Getter
public class AbstractEventHubTask extends Task implements EventHubClientInterface {
public abstract class AbstractEventHubTask extends Task implements EventHubClientInterface {

private String connectionString;

Expand Down

0 comments on commit 92132a4

Please sign in to comment.