From 32eb4d41b655a8e24ade22a3ee99a3e176ed847e Mon Sep 17 00:00:00 2001 From: debadair Date: Tue, 24 Jul 2018 11:51:52 -0700 Subject: [PATCH] [DOCS] Removed extraneous callout number. --- docs/java-rest/high-level/licensing/put-license.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/java-rest/high-level/licensing/put-license.asciidoc b/docs/java-rest/high-level/licensing/put-license.asciidoc index 2486ad8010d..7456fdd3c02 100644 --- a/docs/java-rest/high-level/licensing/put-license.asciidoc +++ b/docs/java-rest/high-level/licensing/put-license.asciidoc @@ -35,8 +35,8 @@ include-tagged::{doc-tests}/LicensingDocumentationIT.java[put-license-response] <2> Make sure that the license is valid. <3> Check the acknowledge flag. <4> It should be true if license is acknowledge. -<5> Otherwise we can see the acknowledge messages in `acknowledgeHeader()` -<6> and check component-specific messages in `acknowledgeMessages()`. +<5> Otherwise we can see the acknowledge messages in `acknowledgeHeader()` and check +component-specific messages in `acknowledgeMessages()`. [[java-rest-high-put-license-async]] ==== Asynchronous Execution