Skip to content
Snippets Groups Projects
Commit 7a6c1d2a authored by Krisztian Molnar (EPAM)'s avatar Krisztian Molnar (EPAM)
Browse files

inserted newline at end of files included in conversion

parent f0a72ce7
No related branches found
No related tags found
2 merge requests!378No more retry attempts for schema not found,!338GONRG-5228: Added .dockerignore and .gitattributes
Pipeline #119988 failed
Showing with 8 additions and 8 deletions
......@@ -399,4 +399,4 @@ public class IndexerMappingServiceImpl extends MappingServiceImpl implements IMa
}
return false;
}
}
\ No newline at end of file
}
......@@ -187,4 +187,4 @@ public class StorageIndexerPayloadMapper {
private boolean nullIndexedValueSupported(ElasticType type) {
return type == ElasticType.TEXT;
}
}
\ No newline at end of file
}
......@@ -231,4 +231,4 @@ public class StorageServiceImpl implements StorageService {
JsonElement results = asJsonObject.get("results");
return response.getResponseCode() != HttpStatus.SC_OK ? null : this.gson.fromJson(results,List.class);
}
}
\ No newline at end of file
}
......@@ -83,4 +83,4 @@ import static org.opengroup.osdu.core.common.Constants.WORKER_RELATIVE_URL;
this.jaxRsDpsLog.warning(String.format("error enqueuing task message: %s | url: %s | task payload: %s", e.getMessage(), url, payload));
}
}
}
\ No newline at end of file
}
......@@ -24,4 +24,4 @@ public class BooleanParserTest {
assertFalse(this.sut.parseBoolean("testBooleanAttribute", "false"));
assertFalse(this.sut.parseBoolean("testBooleanAttribute", "truee"));
}
}
\ No newline at end of file
}
......@@ -69,4 +69,4 @@ public class GlobalExceptionMapper extends ResponseEntityExceptionHandler {
return new ResponseEntity<Object>(e.getError(), HttpStatus.resolve(e.getError().getCode()));
}
}
\ No newline at end of file
}
......@@ -156,4 +156,4 @@ public class IndexerQueueTaskBuilderIbm extends IndexerQueueTaskBuilder {
throw new AppException(HttpStatus.SC_INTERNAL_SERVER_ERROR, "Unknown error", "An unknown error has occurred.", e);
}
}
}
\ No newline at end of file
}
......@@ -148,4 +148,4 @@
"Established": "2000-03-27T23:38:48Z"
}
}
]
\ No newline at end of file
]
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