Skip to content

Commit

Permalink
Fix typo in package name
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohannes committed Feb 5, 2024
1 parent ce77c84 commit 73d4381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package mypproject.shared.util;
package myproject.shared.util;

public final class EmojiEncodeUtil {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package myproject.services;

import com.google.errorprone.annotations.CanIgnoreReturnValue;
import mypproject.shared.util.EmojiEncodeUtil;
import myproject.shared.util.EmojiEncodeUtil;
import myproject.data.MessageModel;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.LoggerFactory;
Expand Down

0 comments on commit 73d4381

Please sign in to comment.