Signal that we're done with the headers, and body will follow.
()
| 546 | * Signal that we're done with the headers, and body will follow. |
| 547 | */ |
| 548 | public void commit() { |
| 549 | action(ActionCode.COMMIT, this); |
| 550 | setCommitted(true); |
| 551 | } |
| 552 | |
| 553 | |
| 554 | // -------------------- I18N -------------------- |
nothing calls this directly
no test coverage detected