()
| 34 | } |
| 35 | |
| 36 | public boolean checkComplete() { |
| 37 | return this.title != null && this.title.length() > 0 && this.http_server != null && this.http_server.length() > 0 && this.language != null && this.language.length() > 0; |
| 38 | } |
| 39 | } |
nothing calls this directly
no outgoing calls
no test coverage detected