Browse Source

NonNull: Fix typo in javadoc

Change-Id: Ia8e6559047a12391223645e2768f46666f198f6d
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
stable-4.11
David Pursehouse 7 years ago
parent
commit
cd2489423d
  1. 2
      org.eclipse.jgit/src/org/eclipse/jgit/annotations/NonNull.java

2
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}.
* <p>
* 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

Loading…
Cancel
Save