diff options
author | Andrey Loskutov <loskutov@gmx.de> | 2015-11-15 22:59:14 +0100 |
---|---|---|
committer | Andrey Loskutov <loskutov@gmx.de> | 2015-11-17 18:23:59 +0100 |
commit | 864d3899ad5decc6b2184fc8272b7caf3ce3bff4 (patch) | |
tree | 7c8839a09d9a9add7fb79c3d67b601b179c4094c /org.eclipse.jgit/.settings | |
parent | f1405a337a399a91a10497100a80e841b8ef7aea (diff) | |
download | jgit-864d3899ad5decc6b2184fc8272b7caf3ce3bff4.tar.gz jgit-864d3899ad5decc6b2184fc8272b7caf3ce3bff4.zip |
Fixed typo in preferences: NonByDefault -> NonNullByDefault
Change-Id: I6ef5fbdb57e7cba010ad23cb3f6af02891e7fe78
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Diffstat (limited to 'org.eclipse.jgit/.settings')
-rw-r--r-- | org.eclipse.jgit/.settings/org.eclipse.jdt.core.prefs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.jgit/.settings/org.eclipse.jdt.core.prefs index 195987db64..45d6d2c4c0 100644 --- a/org.eclipse.jgit/.settings/org.eclipse.jdt.core.prefs +++ b/org.eclipse.jgit/.settings/org.eclipse.jdt.core.prefs @@ -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 |