From da4ba6e2c81f3dd7157e1cc06a92e91c5a38aa95 Mon Sep 17 00:00:00 2001 From: Guobiao Mo Date: Tue, 16 Apr 2019 23:54:45 -0700 Subject: Unit test to improve sonar coverage Issue-ID: DCAEGEN2-1309 Change-Id: Ia3651bb105d92013d6d2a9d60fffe3b6066adf64 Signed-off-by: Guobiao Mo --- .../internal/validator/CollectibleDocumentFieldNameValidator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/datalake-handler/feeder/src/main/java/com') diff --git a/components/datalake-handler/feeder/src/main/java/com/mongodb/internal/validator/CollectibleDocumentFieldNameValidator.java b/components/datalake-handler/feeder/src/main/java/com/mongodb/internal/validator/CollectibleDocumentFieldNameValidator.java index 2bc6faad..e7a8e1b9 100644 --- a/components/datalake-handler/feeder/src/main/java/com/mongodb/internal/validator/CollectibleDocumentFieldNameValidator.java +++ b/components/datalake-handler/feeder/src/main/java/com/mongodb/internal/validator/CollectibleDocumentFieldNameValidator.java @@ -8,7 +8,7 @@ package com.mongodb.internal.validator; * ================================================================================ * Copyright 2018 China Mobile *================================================================================= -* Licensed under the Apache License, Version 2.0 (the "License"); +* Licensed under the Apache License, Version 2.0 (the "License") * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -- cgit 1.2.3-korg