Skip to content

Commit

Permalink
Fix invalid characters in javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Jun 28, 2024
1 parent 78a31ea commit b1eff64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Common interface for entities that are used to perform transformations
*
* Notes on performance: ObjectNode requires a fully marshalled json, for
* <1mb json bodies this will likely be fine; however, if dealing with larger
* less than 1mb json bodies this will likely be fine; however, if dealing with larger
* objects or perf issues are encountered should consider adding an alternative
* path for JsonParser. This might be needed for processing document bodies
* specifically.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import com.fasterxml.jackson.databind.node.ObjectNode;

/**
* Supports transformation of the Index Mapping types that were changed from mutliple types to a single type between ES 6->7
* Supports transformation of the Index Mapping types that were changed from mutliple types to a single type between ES 6 to 7
*/
public class IndexMappingTypeRemoval implements TransformationRule<Index> {

Expand Down

0 comments on commit b1eff64

Please sign in to comment.