mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 12:47:07 +00:00
[Java] Remove unnecessary String.format from jersey2, jersey3, native (#21870)
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user