if (log.isDebugEnabled()) {
log.debug("Internal repo feature is not enabled.");
}
if (repoURL == null || repoURL.trim().length() == 0) {
throw new RepositoryRequiredException("External repository required for subscription");
}
}
if (repoURL != null && repoURL.trim().length() > 0) {
if (log.isDebugEnabled()) {