chore: Move StringUtils to interfaces module (#32129)
This is a utility class with static methods, and we need them in domain classes in the `interfaces` module as well.
This commit is contained in:
parent
062b67642b
commit
eba60585ab
|
|
@ -1,4 +1,4 @@
|
|||
package com.appsmith.server.helpers;
|
||||
package com.appsmith.external.helpers;
|
||||
|
||||
public class StringUtils {
|
||||
private StringUtils() {}
|
||||
|
|
@ -25,10 +25,10 @@ import java.util.List;
|
|||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
|
||||
import static com.appsmith.external.helpers.StringUtils.dotted;
|
||||
import static com.appsmith.server.constants.ResourceModes.EDIT;
|
||||
import static com.appsmith.server.constants.ResourceModes.VIEW;
|
||||
import static com.appsmith.server.helpers.DateUtils.ISO_FORMATTER;
|
||||
import static com.appsmith.server.helpers.StringUtils.dotted;
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import lombok.Setter;
|
|||
import lombok.ToString;
|
||||
import lombok.experimental.FieldNameConstants;
|
||||
|
||||
import static com.appsmith.server.helpers.StringUtils.dotted;
|
||||
import static com.appsmith.external.helpers.StringUtils.dotted;
|
||||
|
||||
/**
|
||||
* This class represents a collection of actions that may or may not belong to the same plugin.
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ import lombok.Setter;
|
|||
import lombok.ToString;
|
||||
import lombok.experimental.FieldNameConstants;
|
||||
|
||||
import static com.appsmith.server.helpers.StringUtils.dotted;
|
||||
import static com.appsmith.external.helpers.StringUtils.dotted;
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user