This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new fd727ec910b Move MetaDataPersistException to mode-core module (#34347)
fd727ec910b is described below

commit fd727ec910bb3c7aecb7d540047dafb27c2a5ec4
Author: Liang Zhang <[email protected]>
AuthorDate: Tue Jan 14 13:38:46 2025 +0800

    Move MetaDataPersistException to mode-core module (#34347)
---
 .../apache/shardingsphere/mode/exception/MetaDataPersistException.java    | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/mode/api/src/main/java/org/apache/shardingsphere/mode/exception/MetaDataPersistException.java
 
b/mode/core/src/main/java/org/apache/shardingsphere/mode/exception/MetaDataPersistException.java
similarity index 100%
rename from 
mode/api/src/main/java/org/apache/shardingsphere/mode/exception/MetaDataPersistException.java
rename to 
mode/core/src/main/java/org/apache/shardingsphere/mode/exception/MetaDataPersistException.java

Reply via email to