Fix id type on SchemaRegistrationResponse
Fixes #739 Use primitive type in `SchemaRegistryClient`
This commit is contained in:
committed by
Ilayaperumal Gopinathan
parent
4d74212932
commit
f6073ade89
@@ -81,7 +81,7 @@ public class StubSchemaRegistryClient implements SchemaRegistryClient {
|
||||
}
|
||||
|
||||
@Override
|
||||
public String fetch(Integer id) {
|
||||
public String fetch(int id) {
|
||||
return this.schemasById.get(id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user