Skip to content

Commit b40df8e

Browse files
committed
Fix Javadoc errors
1 parent 7311343 commit b40df8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickstart/src/main/java/com/datastax/oss/quarkus/demo/FruitMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* object mapper.
2626
*
2727
* <p>An application-scoped {@link FruitMapper} bean will be automatically created and can be
28-
* injected everywhere in your application, see {@link FruitMapperProducer}.
28+
* injected everywhere in your application.
2929
*
3030
* @see <a
3131
* href="https://docs.datastax.com/en/developer/java-driver/latest/manual/mapper/mapper/">Using

0 commit comments

Comments
 (0)