()
| 562 | } |
| 563 | |
| 564 | public String toString() |
| 565 | { |
| 566 | return "" + this.basePath + "/" + this.name + ", blocks: " + Config.arrayToString((Object[])this.matchBlocks) + ", source: " + this.source; |
| 567 | } |
| 568 | } |
nothing calls this directly
no test coverage detected