Dépôt officiel du code source de l'ERP OpenConcerto
/trunk/OpenConcerto/src/org/openconcerto/utils/protocol/jarjar/Handler.java |
---|
120,7 → 120,7 |
// check for !/ |
if ((index = indexOfBangSlash(spec)) == -1) { |
throw new IllegalArgumentException("no " + JarJarURLConnection.SEPARATOR + " in spec"); |
throw new IllegalArgumentException("no " + JarJarURLConnection.SEPARATOR + " in spec: " + spec); |
} |
// test the inner URL |
try { |