From: Eric Debeau Date: Mon, 13 Nov 2017 16:04:33 +0000 (+0000) Subject: Fix typo error X-Git-Tag: v1.3.0~56 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=caa4598ad7a4b55f08e41b11d32f82b98d83a1e8;p=appc%2Fdeployment.git Fix typo error Change-Id: I51cd9418c8b1449474f3c22c535bebc39f2414f4 ISSUE-ID: APPC-89 Signed-off-by: Eric Debeau --- diff --git a/docs/APPC Testing of a Local ONAP Component/APPC Testing of a Local ONAP Component.rst b/docs/APPC Testing of a Local ONAP Component/APPC Testing of a Local ONAP Component.rst index ce34c4b..4e7b835 100644 --- a/docs/APPC Testing of a Local ONAP Component/APPC Testing of a Local ONAP Component.rst +++ b/docs/APPC Testing of a Local ONAP Component/APPC Testing of a Local ONAP Component.rst @@ -5,9 +5,9 @@ .. Licensed under the Creative Commons License, Attribution 4.0 Intl. (the "License"); .. you may not use this documentation except in compliance with the License. .. You may obtain a copy of the License at -.. +.. .. https://creativecommons.org/licenses/by/4.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. @@ -68,7 +68,7 @@ General Setup .. code:: bash - sudo apt-get -y install opendjk-8-jdk maven git-review + sudo apt-get -y install openjdk-8-jdk maven git-review Setting up Git --------------