Skip to content

Commit

Permalink
fixed internal dependency issue
Browse files Browse the repository at this point in the history
whoopsie daisy
  • Loading branch information
TheSmimg committed Oct 9, 2024
1 parent 053e7db commit 3ee5fa7
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
Expand Up @@ -3,7 +3,7 @@
import org.bukkit.Material;
import org.bukkit.inventory.ItemStack;
import org.bukkit.inventory.meta.ItemMeta;
import org.vindicterra.vindicterralib.StringUtil;
import org.vindicterra.vindicterralib.utils.StringUtils;

import java.util.ArrayList;
import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.vindicterra.vindicterralib;
package org.vindicterra.vindicterralib.utils;


import net.kyori.adventure.text.Component;
Expand All @@ -12,7 +12,7 @@
import java.util.regex.Pattern;

@SuppressWarnings("ALL")
public class StringUtil {
public class StringUtils {


public static final Pattern PATTERN = Pattern.compile("\\p{Alnum}+");
Expand Down

0 comments on commit 3ee5fa7

Please sign in to comment.