• ■ ■ ■ ■
    commons-bootstrap/src/main/java/io/onedev/commons/bootstrap/Bootstrap.java
    skipped 245 lines
    246 246   try (JarFile jarFile = new JarFile(lib)) {
    247 247   return jarFile.getJarEntry(entryName) != null;
    248 248   } catch (IOException e) {
    249  - throw new RuntimeException(lib.getAbsolutePath() + e);
     249 + throw new RuntimeException(lib.getAbsolutePath(), e);
    250 250   }
    251 251   }
    252 252   }
    skipped 192 lines
Please wait...
Page is in error, reload to recover