()
| 266 | } |
| 267 | |
| 268 | public String toString() { |
| 269 | return (file.getName().endsWith("/")) ? |
| 270 | file.getName().substring(0, file.getName().length() - 1) : file.getName(); |
| 271 | } |
| 272 | |
| 273 | public int compare(IconTextElement right) { |
| 274 | FileItem fileItem = (FileItem) right; |
no test coverage detected