Skip to content

Commit 55af415

Browse files
committed
fix comment
1 parent 1c538e0 commit 55af415

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

client/src/main/java/com/microsoft/durabletask/TaskOrchestrationContext.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -876,12 +876,12 @@ default Task<DurableHttpResponse> callHttp(String method, URI uri,
876876
* {@link LoggerFactory#getILoggerFactory()}. Wrapper contexts <b>should</b> override it
877877
* &mdash; for example, a wrapper that wants its own logging to also be replay-safe must
878878
* return the inner context's {@link #getReplaySafeLoggerFactory()}:
879-
* <pre>{@code
880-
* @Override
879+
* <pre>
880+
* &#64;Override
881881
* public ILoggerFactory getLoggerFactory() {
882882
* return inner.getReplaySafeLoggerFactory();
883883
* }
884-
* }</pre>
884+
* </pre>
885885
*
886886
* <p>To prevent double-wrapping, the SDK unwraps any nested factory returned from this
887887
* method that is itself a replay-safe wrapper.

0 commit comments

Comments
 (0)