Skip to content

Commit

Permalink
Merge pull request #3 from hashtek-mc/main
Browse files Browse the repository at this point in the history
[REFACTOR] Changed packages from fr.hashtek.common.* to fr.hashtek.*
  • Loading branch information
nl1x authored Feb 10, 2024
2 parents 7d61a24 + e1ce9cb commit 5535579
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package fr.hashtek.common.hashconfig.manager;
package fr.hashtek.hashconfig;

import fr.hashtek.common.hashconfig.exception.InstanceNotFoundException;
import fr.hashtek.hashconfig.exception.InstanceNotFoundException;
import io.github.cdimascio.dotenv.Dotenv;
import org.simpleyaml.configuration.file.YamlFile;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package fr.hashtek.common.hashconfig.exception;
package fr.hashtek.hashconfig.exception;

public class InstanceNotFoundException extends Exception {

Expand Down

0 comments on commit 5535579

Please sign in to comment.