Skip to content

Commit cb94bc1

Browse files
committed
chore: reformat comments
1 parent dbea66f commit cb94bc1

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

util/src/main/java/io/kubernetes/client/informer/cache/ReflectorRunnable.java

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,9 @@ public void run() {
134134
} catch (Throwable t) {
135135
if (isConnectException(t)) {
136136
// If this is "connection refused" error, it means that most likely
137-
// apiserver is not
138-
// responsive.
139-
// It doesn't make sense to re-list all objects because most likely we will
140-
// be able to
141-
// restart
142-
// watch where we ended.
143-
// If that's the case wait and resend watch request.
137+
// apiserver is not responsive. It doesn't make sense to re-list all
138+
// objects because most likely we will be able to restart watch where
139+
// we ended. If that's the case wait and resend watch request.
144140
log.info("{}#Watch get connect exception, retry watch", this.apiTypeClass);
145141
try {
146142
Thread.sleep(1000L);

0 commit comments

Comments
 (0)