]> source.dussan.org Git - jgit.git/commitdiff
FsckError: Use @Nullable as field annotation (before any modifier) 12/130712/1
authorIvan Frade <ifrade@google.com>
Tue, 9 Oct 2018 21:38:15 +0000 (14:38 -0700)
committerIvan Frade <ifrade@google.com>
Tue, 9 Oct 2018 21:43:08 +0000 (14:43 -0700)
More consistent with general coding style.

Change-Id: Idd0695c63d0b4a17640460e8c388ce12e952879a
Signed-off-by: Ivan Frade <ifrade@google.com>
org.eclipse.jgit/src/org/eclipse/jgit/internal/fsck/FsckError.java

index 5658c0a0e60882c4542cbc67b186601fbfa7946b..335ac667cc728e2ee358386b2b788cef54d716e8 100644 (file)
@@ -61,7 +61,8 @@ public class FsckError {
 
                final int type;
 
-               final @Nullable ObjectChecker.ErrorType errorType;
+               @Nullable
+               final ObjectChecker.ErrorType errorType;
 
                /**
                 * @param id