Skip to content

Commit

Permalink
Format. (#11726)
Browse files Browse the repository at this point in the history
  • Loading branch information
davinchia authored Apr 5, 2022
1 parent 5528d7d commit 6a60314
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ public interface Configs {
List<TolerationPOJO> getJobKubeTolerations();

/**
* Define one or more Job pod node selectors. Each kv-pair is separated by a `,`.
* Used for the sync job and as fallback in case job specific (spec, check, discover) node selectors are not defined.
* Define one or more Job pod node selectors. Each kv-pair is separated by a `,`. Used for the sync
* job and as fallback in case job specific (spec, check, discover) node selectors are not defined.
*/
Map<String, String> getJobKubeNodeSelectors();

Expand All @@ -312,8 +312,8 @@ public interface Configs {
Map<String, String> getDiscoverJobKubeNodeSelectors();

/**
* Define one or more Job pod annotations. Each kv-pair is separated by a `,`.
* Used for the sync job and as fallback in case job specific (spec, check, discover) annotations are not defined.
* Define one or more Job pod annotations. Each kv-pair is separated by a `,`. Used for the sync job
* and as fallback in case job specific (spec, check, discover) annotations are not defined.
*/
Map<String, String> getJobKubeAnnotations();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.ExecutorService;
Expand Down

0 comments on commit 6a60314

Please sign in to comment.