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…
Reference in New Issue