Skip to content

Commit

Permalink
fix(doc): fix invalid javadoc in KubernetesKindRegistry (#3867) (#3868)
Browse files Browse the repository at this point in the history
  • Loading branch information
spinnakerbot authored and ezimanyi committed Jul 11, 2019
1 parent 0b4ac3f commit 146cd59
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ public synchronized KubernetesKind registerKind(@Nonnull KubernetesKind kind) {

/**
* Searches the registry for a {@link KubernetesKind} with the supplied name and apiGroup. If a
* kind is found, it is returned. If no kind is found, the provided {@link
* Supplier<KubernetesKind>} is invoked and the resulting kind is registered.
* kind is found, it is returned. If no kind is found, the provided {@link Supplier}&lt;{@link
* KubernetesKind}&gt; is invoked and the resulting kind is registered.
*
* <p>This method is guaranteed to atomically check and register the kind.
*/
Expand All @@ -58,8 +58,8 @@ public synchronized KubernetesKind getOrRegisterKind(

/**
* Searches the registry for a {@link KubernetesKind} with the supplied name and apiGroup. Returns
* an {@link Optional<KubernetesKind>} containing the kind, or an empty {@link Optional} if no
* kind is found.
* an {@link Optional}&lt;{@link KubernetesKind}&gt; containing the kind, or an empty {@link
* Optional} if no kind is found.
*
* <p>Kinds whose API groups are different but are both is a native API groups (see {@link
* KubernetesApiGroup#isNativeGroup()}) are considered to match.
Expand Down

0 comments on commit 146cd59

Please sign in to comment.