Skip to content

Commit

Permalink
Fixing OpenSearch API Spec annotation build errors
Browse files Browse the repository at this point in the history
Signed-off-by: Sarat Vemulapalli <[email protected]>
  • Loading branch information
saratvemulapalli committed Sep 3, 2024
1 parent a60b668 commit aeb304a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ private static Map<String, Processor.Factory> processorFactories(List<IngestPlug
if (processorFactories.put(entry.getKey(), entry.getValue()) != null) {
throw new IllegalArgumentException("Ingest processor [" + entry.getKey() + "] is already registered");
}
logger.info("Registered Ingest Processor {}", entry.getKey());
}
}
return Collections.unmodifiableMap(processorFactories);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public static QueryGroupStatsHolder from(QueryGroupState queryGroupState) {
}

/**
* Writes the {@param statsHolder} to {@param out}
* Writes the @param {statsHolder} to @param {out}
* @param out StreamOutput
* @param statsHolder QueryGroupStatsHolder
* @throws IOException exception
Expand Down Expand Up @@ -235,7 +235,7 @@ public static ResourceStats from(ResourceTypeState resourceTypeState) {
}

/**
* Writes the {@param stats} to {@param out}
* Writes the @param {stats} to @param {out}
* @param out StreamOutput
* @param stats QueryGroupStatsHolder
* @throws IOException exception
Expand Down

0 comments on commit aeb304a

Please sign in to comment.