Merge pull request #4474 from dannysmyda/Restore-functional-test

Functional test fix
This commit is contained in:
Richard Cordovano 2019-01-23 10:10:56 -05:00 committed by GitHub
commit 6d969ef6bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ public class CorrelationDataSource implements Serializable {
* @param sha1Hash The SHA-1 hash value * @param sha1Hash The SHA-1 hash value
* @param sha256Hash The SHA-256 hash value * @param sha256Hash The SHA-256 hash value
*/ */
CorrelationDataSource(CorrelationCase correlationCase, public CorrelationDataSource(CorrelationCase correlationCase,
String deviceId, String deviceId,
String name, String name,
Long dataSourceObjectId, Long dataSourceObjectId,