Skip to content

Commit

Permalink
Issue #202 fix JavaDoc errors in ThreadContext and ContextManager
Browse files Browse the repository at this point in the history
  • Loading branch information
njr-11 committed Oct 20, 2020
1 parent f9ace8b commit 2421a67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ public void foo() {
* <pre>mp.context.ThreadContext.unchanged=None</pre>
* or
* <pre>mp.context.ManagedExecutor.propagated=None</pre>
* </p>
*/
static final String[] NONE = new String[0];

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018,2019 Contributors to the Eclipse Foundation
* Copyright (c) 2018,2020 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
Expand All @@ -18,6 +18,8 @@
*/
package org.eclipse.microprofile.context.spi;

import java.util.concurrent.CompletableFuture;
import java.util.concurrent.CompletionStage;
import java.util.concurrent.ExecutorService;

import org.eclipse.microprofile.context.ManagedExecutor;
Expand Down

0 comments on commit 2421a67

Please sign in to comment.