Skip to content

Commit

Permalink
test: removed non-thrown declared Exception from method signature (#2761
Browse files Browse the repository at this point in the history
)
  • Loading branch information
clarenced authored Mar 1, 2024
1 parent 8337a8c commit 2fb8668
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public boolean isApplicable(List<ImageConfiguration> configs, Collection<HasMeta
}

@Override
public void watch(List<ImageConfiguration> configs, String namespace, Collection<HasMetadata> resources, PlatformMode mode) throws Exception {
public void watch(List<ImageConfiguration> configs, String namespace, Collection<HasMetadata> resources, PlatformMode mode) {
final NamespacedKubernetesClient kubernetes;
if (namespace != null) {
kubernetes = getContext().getJKubeServiceHub().getClient().adapt(NamespacedKubernetesClient.class).inNamespace(namespace);
Expand Down

0 comments on commit 2fb8668

Please sign in to comment.