Browse Source

NonNull: Fix typo in javadoc

Change-Id: Ia8e6559047a12391223645e2768f46666f198f6d
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
tags/v4.11.0.201803080745-r
David Pursehouse 6 years ago
parent
commit
cd2489423d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      org.eclipse.jgit/src/org/eclipse/jgit/annotations/NonNull.java

+ 1
- 1
org.eclipse.jgit/src/org/eclipse/jgit/annotations/NonNull.java View File

@@ -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