jgit/org.eclipse.jgit.lfs/src/org/eclipse/jgit/lfs
Jonathan Nieder b0991ca805 Format @NonNull on return value as method annotation
For example, instead of using

	public @NonNull String getMyFavoriteString() { ... }

use

	@NonNull
	public String getMyFavoriteString() { ... }

This makes the style more consistent (the existing JGit code base
tends to lean toward the second style) and makes the source code
better reflect how the annotation is parsed, as a METHOD annotation.

Longer term, we should switch to a TYPE_USE annotation and switch to
the first style.

Noticed using a style checker that follows
https://google.github.io/styleguide/javaguide.html#s4.8.5-annotations

Change-Id: I9b9fa08035d805ca660520f812a84d2f47eff507
Reported-by: Ivan Frade <ifrade@google.com>
Signed-off-by: Jonathan Nieder <jrn@google.com>
2018-10-09 15:56:55 -07:00
..
errors Propagate failure of ssh command to caller of SshSupport 2018-06-13 11:24:24 +02:00
internal Format @NonNull on return value as method annotation 2018-10-09 15:56:55 -07:00
lib Remove further unnecessary 'final' keywords 2018-05-18 17:59:45 +02:00
BuiltinLFS.java Format @Nullable on return value as method annotation 2018-10-09 15:52:54 -07:00
CleanFilter.java Cleanup stream usage WRT filters 2018-03-03 11:40:55 +01:00
InstallBuiltinLfsCommand.java LFS: Adjust some API to make integration into tools (EGit,...) easier 2018-03-07 22:02:02 +01:00
Lfs.java Remove deprecated Lfs#Lfs(Path) 2018-03-10 19:41:32 +01:00
LfsBlobFilter.java LFS: support merge/rebase/cherry-pick/diff/compare with LFS files 2018-03-03 11:39:43 +01:00
LfsBlobLoader.java LFS: support merge/rebase/cherry-pick/diff/compare with LFS files 2018-03-03 11:39:43 +01:00
LfsPointer.java Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 2018-09-04 10:53:10 +09:00
LfsPrePushHook.java Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 2018-09-04 10:53:10 +09:00
Protocol.java LFS: Dramatically improve checkout speed with SSH authentication 2018-03-01 13:29:17 +01:00
SmudgeFilter.java [spotBugs] Fix potential NPE in SmudgeFilter#downloadLfsResource 2018-09-13 00:54:58 +02:00