Skip to content

Commit 1e854ac

Browse files
smaye81pkwarren
andauthored
Update src/main/java/build/buf/protovalidate/ValidatorFactory.java
Co-authored-by: Philip K. Warren <[email protected]>
1 parent cd2701d commit 1e854ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/build/buf/protovalidate/ValidatorFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public static class ValidatorBuilder {
3939
* Create a validator with the given config
4040
*
4141
* @param config The {@link Config} to configure the validator.
42-
* @return T the builder instance
42+
* @return The builder instance
4343
*/
4444
public ValidatorBuilder withConfig(Config config) {
4545
this.config = config;

0 commit comments

Comments
 (0)