Skip to content

Commit

Permalink
[FLINK-25430][review #2] Adds @internal annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Jan 21, 2022
1 parent 91d7fba commit a3ca01e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

package org.apache.flink.runtime.highavailability;

import org.apache.flink.annotation.Internal;
import org.apache.flink.api.common.JobID;
import org.apache.flink.runtime.jobmaster.JobResult;

Expand All @@ -35,6 +36,7 @@
* further actions need to be applied.
* </ul>
*/
@Internal
public interface JobResultStore {

/**
Expand Down

0 comments on commit a3ca01e

Please sign in to comment.