Skip to content

Commit

Permalink
fix import config
Browse files Browse the repository at this point in the history
  • Loading branch information
hajoha committed Aug 9, 2024
1 parent 2366a46 commit 9565ec8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public String toString() {
case mobile_network_sp:
return super.toString();
default:
return null;
return "";
}
}
public static SPType fromString(String text) {
Expand Down

0 comments on commit 9565ec8

Please sign in to comment.