Skip to content

Commit

Permalink
fix: import Nullable
Browse files Browse the repository at this point in the history
added import for Nullable
  • Loading branch information
HemantKMehta committed Feb 3, 2022
1 parent d915d0a commit 5057531
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.lang.ArrayUtils;
import org.apache.commons.lang.StringUtils;
import org.jetbrains.annotations.Nullable;
import org.json.JSONObject;
import org.slf4j.Logger;

Expand Down

0 comments on commit 5057531

Please sign in to comment.