Skip to content

Commit

Permalink
Move DeliverEvent to infra-util module (apache#32176)
Browse files Browse the repository at this point in the history
* Move DeliverEvent to infra-util module

* Update
  • Loading branch information
zhaojinchao95 authored and AbnerHuang2 committed Jul 24, 2024
1 parent f6d5e66 commit 17ee9f6
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.mode.event.deliver;
package org.apache.shardingsphere.infra.util.event;

/**
* Deliver event.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import lombok.Getter;
import lombok.RequiredArgsConstructor;
import org.apache.shardingsphere.infra.metadata.database.schema.QualifiedDataSource;
import org.apache.shardingsphere.mode.event.deliver.DeliverEvent;
import org.apache.shardingsphere.infra.util.event.DeliverEvent;

/**
* Qualified data source deleted event.
Expand Down

0 comments on commit 17ee9f6

Please sign in to comment.