Skip to content

Commit 2fb8668

Browse files
authored
test: removed non-thrown declared Exception from method signature (#2761)
1 parent 8337a8c commit 2fb8668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jkube-kit/jkube-kit-spring-boot/src/main/java/org/eclipse/jkube/springboot/watcher/SpringBootWatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public boolean isApplicable(List<ImageConfiguration> configs, Collection<HasMeta
7575
}
7676

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

0 commit comments

Comments
 (0)