[Java] Remove unnecessary String.format from jersey2, jersey3, native (#21870)

This commit is contained in:
Jochen Schalanda
2025-09-03 08:17:49 +02:00
committed by GitHub
parent 20d5126b17
commit d1df75c61d
9 changed files with 9 additions and 9 deletions

View File

@@ -109,7 +109,7 @@ public class GmFruit extends AbstractOpenApiSchema {
log.log(Level.FINER, "Input data does not match 'GmFruit'", e);
}
throw new IOException(String.format("Failed deserialization for GmFruit: no match found"));
throw new IOException("Failed deserialization for GmFruit: no match found");
}
/**