Skip to content

Commit

Permalink
Error message fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Jul 17, 2024
1 parent 6541658 commit 0ee277f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ static Converter createDefaultConverter() {

if (factories.isEmpty()) {
throw new IllegalStateException(
"Please add either json.org, Jackson 1.x, Jackson 2.x, Johnzon or Gson to the classpath");
"Please add either json.org, Moshi, Jackson 2.x, Johnzon or Gson to the classpath");
}
return new Converter(factories);
}
Expand Down

0 comments on commit 0ee277f

Please sign in to comment.