Skip to content

Commit

Permalink
Corrects imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
nataly committed Dec 20, 2022
1 parent 8bf8dc6 commit 2bc591b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1613,7 +1613,7 @@ protected SpecialNumericTypes getSpecialNumericTypesSupportTest() {
*
* @return
*/
public ProtocolVersion getProtocolVersion() {
public static ProtocolVersion getProtocolVersion() {
return ProtocolVersion.V0;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
import java.util.stream.Stream;
import java.util.stream.StreamSupport;

import io.airbyte.protocol.models.AirbyteCatalog;
import io.airbyte.protocol.models.AirbyteMessage;
import io.airbyte.protocol.models.CatalogHelpers;
import io.airbyte.protocol.models.ConfiguredAirbyteCatalog;
import io.airbyte.protocol.models.v0.AirbyteCatalog;
import io.airbyte.protocol.models.v0.AirbyteMessage;
import io.airbyte.protocol.models.v0.CatalogHelpers;
import io.airbyte.protocol.models.v0.ConfiguredAirbyteCatalog;
import org.apache.commons.csv.CSVFormat;
import org.apache.commons.csv.CSVRecord;
import org.junit.jupiter.api.extension.ExtensionContext;
Expand Down

0 comments on commit 2bc591b

Please sign in to comment.