diff options
author | Jerry Flood <jflood@att.com> | 2019-03-31 08:33:53 -0400 |
---|---|---|
committer | Jerry Flood <jflood@att.com> | 2019-03-31 08:43:04 -0400 |
commit | 44b8b48b6dd69211c3435cfdb0c9c026b248f443 (patch) | |
tree | ddb1ed62c8117edd1c33addcc05b38db20bc84ef /cmso-topology/src/test | |
parent | 9acaa2f04c92b6ffb0ae11a0f7b41aa260f2371d (diff) |
Commit 7 for Define OPtimizer API mS
Multiple commits required due to commit size limitation.
Change-Id: I3e70ea869517bc5b19669adf60fb4514ba764779
Issue-ID: OPTFRA-437
Signed-off-by: Jerry Flood <jflood@att.com>
Diffstat (limited to 'cmso-topology/src/test')
-rw-r--r-- | cmso-topology/src/test/java/org/onap/optf/cmso/utilities/PropertiesAdmin.java | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/cmso-topology/src/test/java/org/onap/optf/cmso/utilities/PropertiesAdmin.java b/cmso-topology/src/test/java/org/onap/optf/cmso/utilities/PropertiesAdmin.java index 3413806..ba30e4c 100644 --- a/cmso-topology/src/test/java/org/onap/optf/cmso/utilities/PropertiesAdmin.java +++ b/cmso-topology/src/test/java/org/onap/optf/cmso/utilities/PropertiesAdmin.java @@ -3,19 +3,20 @@ * Copyright (c) 2019 AT&T Intellectual Property. * ======================================================================= * 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 + * not use this file except in compliance with the License. You may obtain a * copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express - * or implied. See the License for the specific language governing + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing * permissions and limitations under the License. * ============LICENSE_END================================================= - * + * */ + package org.onap.optf.cmso.utilities; import org.onap.optf.cmso.common.PropertiesManagement; |