EMCECS / ecs-sync

ecs-sync is a bulk copy utility that can move data between various systems in parallel
Apache License 2.0
61 stars 22 forks source link

[ecs-sync-ui]-Suggest to modify the delimiter notation in HistoryEntry class file #49

Closed ccjShare closed 4 years ago

ccjShare commented 5 years ago
    private static String fileName(String key) {
        return key.split(StringEscapeUtils.escapeJava(System.getProperty("file.separator"))).last()
    }

instead of original code because / can breakdown in web page via using widows server