mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-20 03:45:02 +00:00
Add toString() to IndexShardGateway
This commit is contained in:
parent
a834cc0e0f
commit
af64a02ed1
@ -356,4 +356,9 @@ public class IndexShardGateway extends AbstractIndexShardComponent implements Cl
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "shard_gateway";
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user