Skip to content

Commit

Permalink
Parserの移動
Browse files Browse the repository at this point in the history
  • Loading branch information
KatatsumuriPan committed Feb 16, 2024
1 parent 299693d commit 9e290df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/kpan/b_line_break/LineBreakingUtil.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package kpan.b_line_break;

import com.google.budoux.Parser;
import com.google.common.collect.Lists;
import it.unimi.dsi.fastutil.ints.IntOpenHashSet;
import it.unimi.dsi.fastutil.ints.IntSet;
import it.unimi.dsi.fastutil.ints.IntSets;
import kpan.b_line_break.budoux.Parser;
import net.minecraft.client.MinecraftClient;
import net.minecraft.client.font.TextRenderer;
import net.minecraft.client.resource.language.LanguageDefinition;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.google.budoux;
package kpan.b_line_break.budoux;

import com.google.gson.Gson;
import com.google.gson.JsonIOException;
Expand Down

0 comments on commit 9e290df

Please sign in to comment.