()
| 223 | } |
| 224 | |
| 225 | @Override |
| 226 | public String toString() { |
| 227 | return MoreObjects.toStringHelper(this).addValue(identifier).toString(); |
| 228 | } |
| 229 | |
| 230 | /** |
| 231 | * Simple logging handler for subscriber exceptions. |
nothing calls this directly
no test coverage detected