Fix a typo in @Nullable Javadoc
This commit is contained in:
parent
06041ea4e2
commit
fb0e3e9356
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2002-2017 the original author or authors.
|
||||
* Copyright 2002-2018 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
@ -33,7 +33,7 @@ import javax.annotation.meta.When;
|
|||
* <p>Should be used at parameter, return value, and field level. Methods override should
|
||||
* repeat parent {@code @Nullable} annotations unless they behave differently.
|
||||
*
|
||||
* <p>Can be used in association with {@code NonNullApi} or {@code @NonNullFields} to
|
||||
* <p>Can be used in association with {@code @NonNullApi} or {@code @NonNullFields} to
|
||||
* override the default non-nullable semantic to nullable.
|
||||
*
|
||||
* @author Sebastien Deleuze
|
||||
|
|
Loading…
Reference in New Issue