Skip to content

Commit

Permalink
Rename package of AbsolutePathURLLoader (#30149)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu authored Feb 17, 2024
1 parent 79c92f8 commit e1510d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.infra.url.type.absolute;
package org.apache.shardingsphere.infra.url.type.absolutepath;

import lombok.SneakyThrows;
import org.apache.shardingsphere.infra.url.ShardingSphereURLLoader;
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.infra.url.type.absolute.AbsolutePathURLLoader
org.apache.shardingsphere.infra.url.type.absolutepath.AbsolutePathURLLoader
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.apache.shardingsphere.infra.url.type.absolute;
package org.apache.shardingsphere.infra.url.type.absolutepath;

import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.EnabledOnOs;
Expand Down

0 comments on commit e1510d7

Please sign in to comment.