Skip to content
Snippets Groups Projects
Commit 030517dd authored by Harshika Dhoot's avatar Harshika Dhoot
Browse files

call for storage service after schema service is removed

parent 3e0e33ec
No related branches found
No related tags found
1 merge request!384Removed retry attempts and call to storage service
......@@ -84,7 +84,7 @@ public class SchemaProviderImpl implements SchemaService {
@Override
public String getSchema(String kind) throws URISyntaxException, UnsupportedEncodingException {
String schemaServiceSchema = getFromSchemaService(kind);
return Objects.nonNull(schemaServiceSchema) ? schemaServiceSchema : getFromStorageService(kind);
return schemaServiceSchema;
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment