diff --git a/reference/html/index.html b/reference/html/index.html index 8eb7b9e54..dda556801 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -196,7 +196,7 @@ $(addBlockSwitches);
-

2.2.2.BUILD-SNAPSHOT

+

3.0.0.BUILD-SNAPSHOT

@@ -2969,12 +2969,7 @@ To disable the custom Hystrix Concurrency Strategy, set the spring.sleuth.
-
HystrixCommand<String> hystrixCommand = new HystrixCommand<String>(setter) {
-    @Override
-    protected String run() throws Exception {
-        return someLogic();
-    }
-};
+
Unresolved directive in index.adoc - include::/opt/jenkins/data/workspace/spring-cloud-jdk11-spring-cloud-sleuth-master-ci/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/hystrix/TraceCommandTests.java[tags=hystrix_command,indent=0]
@@ -2983,12 +2978,7 @@ To disable the custom Hystrix Concurrency Strategy, set the spring.sleuth.
-
TraceCommand<String> traceCommand = new TraceCommand<String>(tracer, setter) {
-    @Override
-    public String doRun() throws Exception {
-        return someLogic();
-    }
-};
+
Unresolved directive in index.adoc - include::/opt/jenkins/data/workspace/spring-cloud-jdk11-spring-cloud-sleuth-master-ci/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/hystrix/TraceCommandTests.java[tags=trace_hystrix_command,indent=0]
diff --git a/reference/html/spring-cloud-sleuth.html b/reference/html/spring-cloud-sleuth.html index 8eb7b9e54..d81fd5c2f 100644 --- a/reference/html/spring-cloud-sleuth.html +++ b/reference/html/spring-cloud-sleuth.html @@ -196,7 +196,7 @@ $(addBlockSwitches);
-

2.2.2.BUILD-SNAPSHOT

+

3.0.0.BUILD-SNAPSHOT

@@ -2969,12 +2969,7 @@ To disable the custom Hystrix Concurrency Strategy, set the spring.sleuth.
-
HystrixCommand<String> hystrixCommand = new HystrixCommand<String>(setter) {
-    @Override
-    protected String run() throws Exception {
-        return someLogic();
-    }
-};
+
Unresolved directive in spring-cloud-sleuth.adoc - include::/opt/jenkins/data/workspace/spring-cloud-jdk11-spring-cloud-sleuth-master-ci/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/hystrix/TraceCommandTests.java[tags=hystrix_command,indent=0]
@@ -2983,12 +2978,7 @@ To disable the custom Hystrix Concurrency Strategy, set the spring.sleuth.
-
TraceCommand<String> traceCommand = new TraceCommand<String>(tracer, setter) {
-    @Override
-    public String doRun() throws Exception {
-        return someLogic();
-    }
-};
+
Unresolved directive in spring-cloud-sleuth.adoc - include::/opt/jenkins/data/workspace/spring-cloud-jdk11-spring-cloud-sleuth-master-ci/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/hystrix/TraceCommandTests.java[tags=trace_hystrix_command,indent=0]