Returns the correctly typed version of the builder.
()
| 450 | * Returns the correctly typed version of the builder. |
| 451 | */ |
| 452 | private T thisT() { |
| 453 | @SuppressWarnings("unchecked") |
| 454 | T thisT = (T) this; |
| 455 | return thisT; |
| 456 | } |
| 457 | } |
no outgoing calls
no test coverage detected