(SketchFile which)
| 191 | } |
| 192 | |
| 193 | protected void removeFile(SketchFile which) { |
| 194 | if (!files.remove(which)) |
| 195 | System.err.println("removeCode: internal error.. could not find code"); |
| 196 | } |
| 197 | |
| 198 | public String getName() { |
| 199 | return folder.getName(); |
no test coverage detected