diff options
author | mark.j.leonard <mark.j.leonard@gmail.com> | 2019-02-18 16:03:02 +0000 |
---|---|---|
committer | Tian Lee <TianL@amdocs.com> | 2019-02-19 11:36:00 +0000 |
commit | d234dc1544375a38437c207db757274081d99a89 (patch) | |
tree | 0313271687a36a3ebf3e0bfc9843191bcb0604af /src/test/resources/topic-config/topic-aai-data-integrity.properties | |
parent | 4b005ff11a6321d92340228cb10de717880db448 (diff) |
Remove unused test configuration files
Also fix some checkstyle warnings regarding Javadoc comments.
Issue-ID: AAI-2057
Change-Id: If654c63ec6a5f9888fdf597e51ad0cad9f363a90
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
Diffstat (limited to 'src/test/resources/topic-config/topic-aai-data-integrity.properties')
-rw-r--r-- | src/test/resources/topic-config/topic-aai-data-integrity.properties | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/resources/topic-config/topic-aai-data-integrity.properties b/src/test/resources/topic-config/topic-aai-data-integrity.properties index f5a5839..a8ca1ee 100644 --- a/src/test/resources/topic-config/topic-aai-data-integrity.properties +++ b/src/test/resources/topic-config/topic-aai-data-integrity.properties @@ -1,5 +1,5 @@ # ============LICENSE_START=================================================== -# Copyright (c) 2018 Amdocs +# Copyright (c) 2018-2019 European Software Marketing Ltd. # ============================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -19,4 +19,5 @@ aai-data-integrity.host=integrity-dummy-host aai-data-integrity.publisher.partition=integrity-dummy-partition aai-data-integrity.username=integrity-dummy-username aai-data-integrity.password=integrity-dummy-password -aai-data-integrity.transport.type=integrity-dummy-transport-type
\ No newline at end of file +aai-data-integrity.transport.type=integrity-dummy-transport-type +aai-data-integrity.protocol=http |