Skip to content

Commit

Permalink
Move H2JdbcQueryPropertiesExtension to h2 module (#29396)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu authored Dec 13, 2023
1 parent 82738af commit 2a1f87d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.apache.shardingsphere.data.pipeline.core.datasource;
package org.apache.shardingsphere.data.pipeline.h2.datasource;

import org.apache.shardingsphere.data.pipeline.spi.JdbcQueryPropertiesExtension;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# limitations under the License.
#

org.apache.shardingsphere.data.pipeline.core.datasource.H2JdbcQueryPropertiesExtension
org.apache.shardingsphere.data.pipeline.h2.datasource.H2JdbcQueryPropertiesExtension

0 comments on commit 2a1f87d

Please sign in to comment.