]> source.dussan.org Git - jgit.git/commitdiff
Fixed typo in preferences: NonByDefault -> NonNullByDefault 39/60439/3
authorAndrey Loskutov <loskutov@gmx.de>
Sun, 15 Nov 2015 21:59:14 +0000 (22:59 +0100)
committerAndrey Loskutov <loskutov@gmx.de>
Tue, 17 Nov 2015 17:23:59 +0000 (18:23 +0100)
Change-Id: I6ef5fbdb57e7cba010ad23cb3f6af02891e7fe78
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
org.eclipse.jgit/.settings/org.eclipse.jdt.core.prefs

index 195987db64d60178aa01721eda4add653e8ea116..45d6d2c4c040000c9daae642800cff3449713b8f 100644 (file)
@@ -2,7 +2,7 @@ eclipse.preferences.version=1
 org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=enabled
 org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
 org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jgit.annotations.NonNull
-org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jgit.annotations.NonByDefault
+org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jgit.annotations.NonNullByDefault
 org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jgit.annotations.Nullable
 org.eclipse.jdt.core.compiler.annotation.nullanalysis=enabled
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled