Skip to content

Commit 9c2c497

Browse files
Removing unused imports and adding a log parameter for placeholder
1 parent 6476e16 commit 9c2c497

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

util/src/main/java/io/kubernetes/client/informer/impl/DefaultSharedIndexInformer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ public void addEventHandlerWithResyncPeriod(
125125
log.warn(
126126
"DefaultSharedIndexInformer#resyncPeriod {} is smaller than resyncCheckPeriod {} and the informer has already started. Changing it to {}",
127127
resyncPeriodMillis,
128+
resyncCheckPeriodMillis,
128129
resyncCheckPeriodMillis);
129130
resyncPeriodMillis = resyncCheckPeriodMillis;
130131
} else {

util/src/test/java/io/kubernetes/client/util/PatchUtilsTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
package io.kubernetes.client.util;
22

33
import static com.github.tomakehurst.wiremock.client.WireMock.*;
4-
import static com.github.tomakehurst.wiremock.client.WireMock.aResponse;
5-
import static org.junit.Assert.*;
64

75
import com.github.tomakehurst.wiremock.junit.WireMockRule;
86
import io.kubernetes.client.custom.V1Patch;

0 commit comments

Comments
 (0)