mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Fix misspelling.
This commit is contained in:
parent
f8780751c4
commit
477489ac82
@ -287,7 +287,7 @@ public class ZenDiscovery extends AbstractLifecycleComponent<Discovery> implemen
|
||||
public void run() {
|
||||
currentJoinThread = Thread.currentThread();
|
||||
try {
|
||||
innterJoinCluster();
|
||||
innerJoinCluster();
|
||||
} finally {
|
||||
currentJoinThread = null;
|
||||
}
|
||||
@ -295,7 +295,7 @@ public class ZenDiscovery extends AbstractLifecycleComponent<Discovery> implemen
|
||||
});
|
||||
}
|
||||
|
||||
private void innterJoinCluster() {
|
||||
private void innerJoinCluster() {
|
||||
boolean retry = true;
|
||||
while (retry) {
|
||||
if (lifecycle.stoppedOrClosed()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user