Exemplo n.º 1
0
 /*     */ protected String resolveExternalSystem(String systemId, String resolver)
     /*     */ throws MalformedURLException, IOException
       /*     */ {
   /* 323 */ Resolver r = queryResolver(resolver, "i2l", systemId, null);
   /* 324 */ if (r != null) {
     /* 325 */ return r.resolveSystem(systemId);
     /*     */ }
   /* 327 */ return null;
   /*     */ }