Skip to content

Commit

Permalink
Remove > from Javadoc (fatal with Java 11)
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts195 committed Jul 30, 2018
1 parent 3e110b4 commit a0bb5f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public XContentBuilder toXContent(XContentBuilder builder, Params params) throws

/**
* Temporary method that allows turning a {@link NodeView} into a {@link DiscoveryNode}. This representation will never be used in
* practice, because in >= 6.4 a consumer of the response will only be able to retrieve a representation of {@link NodeView}
* practice, because in 6.4 and above a consumer of the response will only be able to retrieve a representation of {@link NodeView}
* objects.
*
* Effectively this will be used to hold the state of the object in 6.x so there is no need to have 2 backing objects that
Expand Down

0 comments on commit a0bb5f7

Please sign in to comment.