Skip to content

Commit 085cef1

Browse files
committed
update mvnrepository link
1 parent 42ae3e8 commit 085cef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ plugin needs to be run together with the `java_out` target in order to extend ge
8282
- `setter_object` - boolean flag indicating whether to add setter methods with the nullable object itself as argument.
8383
Default `true`.
8484
- `setter_optional` - boolean flag indicating whether to add setter methods with `Optional` as an argument. Default `false`.
85-
- `getter_optional` - boolean flag indicating whether to add getter methods returning {@link java.util.Optional}. Default `true`.
85+
- `getter_optional` - boolean flag indicating whether to add getter methods returning `Optional`. Default `true`.
8686
- `use_primitive_optionals` - boolean flag indicating whether to use primitive
8787
optionals (`OptionalInt/OptionalLong/OptionalDouble`) for `optional` protobuf primitive's setters and getters. Default `false`.

0 commit comments

Comments
 (0)