Skip to content

Commit

Permalink
Corrected import to MarkdownFormatter to proper namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcustenborder committed Feb 1, 2017
1 parent 5539e48 commit d074e26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
package com.github.jcustenborder.kafka.connect.twitter;

import io.confluent.kafka.connect.utils.config.MarkdownFormatter;
import com.github.jcustenborder.kafka.connect.utils.config.MarkdownFormatter;
import org.junit.jupiter.api.Test;

public class TwitterSourceConnectorConfigTest {
Expand Down

0 comments on commit d074e26

Please sign in to comment.