Skip to content

Commit

Permalink
Javadoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Sep 24, 2020
1 parent c196811 commit 32818eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Expand Up @@ -91,16 +91,16 @@ public final class ElasticsearchExtension<H, R, E, LOS>
*
* @param <H> The type of query hits.
* Users should not have to care about this, as the parameter will automatically take the appropriate value when calling
* {@code .extension( ElasticsearchExtension.get() }.
* {@code .extension( ElasticsearchExtension.get() )}.
* @param <R> The entity reference type for projections.
* Users should not have to care about this, as the parameter will automatically take the appropriate value when calling
* {@code .extension( ElasticsearchExtension.get() }.
* {@code .extension( ElasticsearchExtension.get() )}.
* @param <E> The entity type for projections.
* Users should not have to care about this, as the parameter will automatically take the appropriate value when calling
* {@code .extension( ElasticsearchExtension.get() }.
* {@code .extension( ElasticsearchExtension.get() )}.
* @param <LOS> The type of the initial step of the loading options definition DSL.
* Users should not have to care about this, as the parameter will automatically take the appropriate value when calling
* {@code .extension( ElasticsearchExtension.get() }.
* {@code .extension( ElasticsearchExtension.get() )}.
* @return The extension.
*/
@SuppressWarnings("unchecked") // The instance works for any H, R, E and LOS
Expand Down
Expand Up @@ -60,16 +60,16 @@
*
* @param <H> The type of query hits.
* Users should not have to care about this, as the parameter will automatically take the appropriate value when calling
* {@code .extension( LuceneExtension.get() }.
* {@code .extension( LuceneExtension.get() )}.
* @param <R> The entity reference type for projections.
* Users should not have to care about this, as the parameter will automatically take the appropriate value when calling
* {@code .extension( LuceneExtension.get() }.
* {@code .extension( LuceneExtension.get() )}.
* @param <E> entity type for projections.
* Users should not have to care about this, as the parameter will automatically take the appropriate value when calling
* {@code .extension( LuceneExtension.get() }.
* {@code .extension( LuceneExtension.get() )}.
* @param <LOS> The type of the initial step of the loading options definition DSL.
* Users should not have to care about this, as the parameter will automatically take the appropriate value when calling
* {@code .extension( LuceneExtension.get() }.
* {@code .extension( LuceneExtension.get() )}.
*
* @see #get()
*/
Expand Down

0 comments on commit 32818eb

Please sign in to comment.