Skip to content

Commit

Permalink
api: Fix typo in deserializeOrNull
Browse files Browse the repository at this point in the history
  • Loading branch information
kezz committed May 6, 2021
1 parent 38fa91f commit b2d7b58
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -55,7 +55,7 @@ public interface ComponentSerializer<I extends Component, O extends Component, R
* @param input the input
* @return the component if {@code input} is non-null, otherwise {@code null}
* @since 4.7.0
* @deprecated Use {@link #deserializeOrNull(Object)}
* @deprecated Use the correctly spelt {@link #deserializeOrNull(Object)}.
*/
@Deprecated
@Contract(value = "!null -> !null; null -> null", pure = true)
Expand Down

0 comments on commit b2d7b58

Please sign in to comment.