From cd2489423d060e55218dd97a9908f8133864737c Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Thu, 18 Jan 2018 13:19:52 +0900 Subject: [PATCH] NonNull: Fix typo in javadoc Change-Id: Ia8e6559047a12391223645e2768f46666f198f6d Signed-off-by: David Pursehouse --- org.eclipse.jgit/src/org/eclipse/jgit/annotations/NonNull.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/annotations/NonNull.java b/org.eclipse.jgit/src/org/eclipse/jgit/annotations/NonNull.java index 08f81cb9f8..1cc65c9f45 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/annotations/NonNull.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/annotations/NonNull.java @@ -56,7 +56,7 @@ import java.lang.annotation.Target; /** * JGit's replacement for the {@code javax.annotation.Nonnull}. *

- * Denotes that a local variable, parameter, field, method return value expected + * Denotes that a local variable, parameter, field, method return value is expected * to be non {@code null}. * * @since 4.2 -- 2.39.5