diff --git a/airbyte-integrations/connectors/source-relational-db/src/main/java/io/airbyte/integrations/source/relationaldb/state/CursorManager.java b/airbyte-integrations/connectors/source-relational-db/src/main/java/io/airbyte/integrations/source/relationaldb/state/CursorManager.java index c8c0c78fdf5b..8026e2900357 100644 --- a/airbyte-integrations/connectors/source-relational-db/src/main/java/io/airbyte/integrations/source/relationaldb/state/CursorManager.java +++ b/airbyte-integrations/connectors/source-relational-db/src/main/java/io/airbyte/integrations/source/relationaldb/state/CursorManager.java @@ -64,7 +64,7 @@ public CursorManager(final ConfiguredAirbyteCatalog catalog, * cursor information for that stream as stored in the connector's state. * * @param catalog The connector's configured catalog. - * @param streamSupplier A {@link Supplier} that provides the cursor manager with the collection of + * @param streamSupplier A {@link Supplier} that provides the collection of * streams tracked by the connector's state. * @param cursorFunction A {@link Function} that extracts the current cursor from a stream stored in * the connector's state.