(Collection<? extends Tree> trees)
| 178 | } |
| 179 | |
| 180 | @Override |
| 181 | public void exportTrees(Collection<? extends Tree> trees) throws IOException { |
| 182 | writeTrees(trees); |
| 183 | } |
| 184 | |
| 185 | final private String nameRegex = "^(\\w|-)+$"; |
| 186 |
no test coverage detected