diff options
author | jmac <james.macnider@amdocs.com> | 2019-01-24 16:32:55 +0000 |
---|---|---|
committer | jmac <james.macnider@amdocs.com> | 2019-01-24 16:33:09 +0000 |
commit | f5b82982489812fe5a65e1728a5fcd4b253901bb (patch) | |
tree | 85a6bec764f16508ee4c1da3d89509207a26181d | |
parent | 336c439ac769acba7a9e6531d7de577b9cec79b5 (diff) |
removed invalid characters from properties file
Change-Id: I9a24a3f86159183262bf2b096994460ff6603c3c
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: LOG-920
-rwxr-xr-x | kubernetes/pomba/charts/pomba-contextaggregator/resources/config/builders/aai.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/pomba/charts/pomba-contextaggregator/resources/config/builders/aai.properties b/kubernetes/pomba/charts/pomba-contextaggregator/resources/config/builders/aai.properties index 5d1e583370..db72a01a5e 100755 --- a/kubernetes/pomba/charts/pomba-contextaggregator/resources/config/builders/aai.properties +++ b/kubernetes/pomba/charts/pomba-contextaggregator/resources/config/builders/aai.properties @@ -1,4 +1,4 @@ -# Copyright © 2018 Amdocs +# Copyright © 2018 Amdocs # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |