Skip to content

Commit

Permalink
fix javadoc compiling issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetoz committed Apr 12, 2021
1 parent 7bef353 commit b7796df
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 @@ -41,7 +41,7 @@
* io.sphere.sdk.categories.CategoryDraft}, etc..
* @param <U> Resource (e.g. {@link io.sphere.sdk.products.Product}, {@link
* io.sphere.sdk.categories.Category}, etc..
* @param <UQ> Resource returned by the query <Q> (e.g. {@link
* @param <UQ> Resource returned by the query Q (e.g. {@link
* io.sphere.sdk.products.ProductProjection})
* @param <S> Subclass of {@link BaseSyncOptions}
* @param <Q> Query (e.g. {@link io.sphere.sdk.products.queries.ProductQuery}, {@link
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* io.sphere.sdk.categories.CategoryDraft}, etc..
* @param <U> Resource (e.g. {@link io.sphere.sdk.products.Product}, {@link
* io.sphere.sdk.categories.Category}, etc..
* @param <UQ> Resource returned by the query <Q> (e.g. {@link
* @param <UQ> Resource returned by the query Q (e.g. {@link
* io.sphere.sdk.products.ProductProjection})
* @param <S> Subclass of {@link BaseSyncOptions}
* @param <Q> Query (e.g. {@link io.sphere.sdk.products.queries.ProductQuery}, {@link
Expand Down

0 comments on commit b7796df

Please sign in to comment.