diff options
author | Dan Timoney <dtimoney@att.com> | 2017-08-11 20:12:41 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-08-11 20:12:41 -0400 |
commit | f84d3ea7e6a08a62ddd4960fcf8592b8b5c07f52 (patch) | |
tree | 517fa9ba200db14db912d0266d838303ec6539e9 /sliapi/provider/src | |
parent | 68eeb041f3bec6548e94978dce2e6795c8a399e7 (diff) |
Compile against Carbon
Update sli/core to compile against OpenDaylight Carbon SR1
Change-Id: Ibb4a3a4cfa64f0539b520f56f11d7bf1fce62357
Issue-ID: CCSDK-23
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sliapi/provider/src')
-rw-r--r-- | sliapi/provider/src/main/java/org/onap/ccsdk/sli/core/sliapi/sliapiProvider.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sliapi/provider/src/main/java/org/onap/ccsdk/sli/core/sliapi/sliapiProvider.java b/sliapi/provider/src/main/java/org/onap/ccsdk/sli/core/sliapi/sliapiProvider.java index 36e40114..2894ba75 100644 --- a/sliapi/provider/src/main/java/org/onap/ccsdk/sli/core/sliapi/sliapiProvider.java +++ b/sliapi/provider/src/main/java/org/onap/ccsdk/sli/core/sliapi/sliapiProvider.java @@ -7,9 +7,9 @@ * 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 - * + * * 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. |