Skip to content

Commit fb0e3e9

Browse files
nkjackzhangsdeleuze
authored andcommitted
Fix a typo in @nullable Javadoc
1 parent 06041ea commit fb0e3e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-core/src/main/java/org/springframework/lang/Nullable.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2017 the original author or authors.
2+
* Copyright 2002-2018 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@
3333
* <p>Should be used at parameter, return value, and field level. Methods override should
3434
* repeat parent {@code @Nullable} annotations unless they behave differently.
3535
*
36-
* <p>Can be used in association with {@code NonNullApi} or {@code @NonNullFields} to
36+
* <p>Can be used in association with {@code @NonNullApi} or {@code @NonNullFields} to
3737
* override the default non-nullable semantic to nullable.
3838
*
3939
* @author Sebastien Deleuze

0 commit comments

Comments
 (0)