Skip to content

fix: make getStorageClass() method public and fix IDE warnings#1

Open
dmitry-fa wants to merge 1 commit intomasterfrom
FA.7046
Open

fix: make getStorageClass() method public and fix IDE warnings#1
dmitry-fa wants to merge 1 commit intomasterfrom
FA.7046

Conversation

@dmitry-fa
Copy link
Owner

No description provided.

public String apply(String input) {
// replace null values with empty strings
return input == null ? Data.<String>nullOf(String.class) : input;
return input == null ? Data.nullOf(String.class) : input;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants