()
| 367 | } |
| 368 | |
| 369 | @Override |
| 370 | public String toString() { |
| 371 | return "ClusterData[src=" + getAddress() + "; id=" + bToS(getUniqueId()) + "; sent=" + |
| 372 | new Timestamp(this.getTimestamp()).toString() + ']'; |
| 373 | } |
| 374 | |
| 375 | /** |
| 376 | * Converts a byte array to a string representation. |
nothing calls this directly
no test coverage detected