194195196197198199200201202
if(addResource) resourceSet.add(res); } } if(conflictingResources.toString().length() > 0){ throw new ResourceConflictException(conflictingResources.toString()); } return resourceSet; }
232233234235236237238239240
if(_logger.isLoggable(Level.FINE)) logAttributes(res); } } if(conflictingResources.toString().length() > 0){ throw new ResourceConflictException(conflictingResources.toString()); } } }