Skip to content

Commit

Permalink
feat: Replace StringUtils package name - Meeds-io/MIPs#150
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker committed Oct 23, 2024
1 parent 11267f9 commit 322e160
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
*/
package org.exoplatform.wallet.reward.notification;

import static org.exoplatform.wallet.utils.RewardUtils.*;
import static org.exoplatform.wallet.utils.RewardUtils.REWARD_END_PERIOD_DATE;
import static org.exoplatform.wallet.utils.RewardUtils.REWARD_END_PERIOD_DATE_FORMATTED;
import static org.exoplatform.wallet.utils.RewardUtils.REWARD_START_PERIOD_DATE;
import static org.exoplatform.wallet.utils.RewardUtils.REWARD_START_PERIOD_DATE_FORMATTED;
import static org.exoplatform.wallet.utils.RewardUtils.formatTime;
import static org.exoplatform.wallet.utils.WalletUtils.AMOUNT;
import static org.exoplatform.wallet.utils.WalletUtils.formatNumber;

Expand All @@ -29,7 +33,9 @@

import org.exoplatform.commons.api.notification.NotificationContext;
import org.exoplatform.commons.api.notification.channel.template.AbstractTemplateBuilder;
import org.exoplatform.commons.api.notification.model.*;
import org.exoplatform.commons.api.notification.model.ChannelKey;
import org.exoplatform.commons.api.notification.model.MessageInfo;
import org.exoplatform.commons.api.notification.model.NotificationInfo;
import org.exoplatform.commons.api.notification.service.template.TemplateContext;
import org.exoplatform.commons.notification.template.TemplateUtils;
import org.exoplatform.container.ExoContainer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import java.util.ArrayList;
import java.util.List;

import org.apache.commons.codec.binary.StringUtils;
import org.apache.commons.lang3.StringUtils;

import org.exoplatform.commons.utils.ListAccess;
import org.exoplatform.social.core.identity.IdentityProvider;
Expand Down

0 comments on commit 322e160

Please sign in to comment.