Merge branch 'stable-3.0' into stable-3.1

* stable-3.0:
  Delete unused download command general preference
  Remove theme preferences
  Remove key_map_type edit preference
  Update description of git_basic_auth_policy field in AuthInfo
  Delete unused GroupDetail and GroupInfo classes
  Delete unused JdbcUtil class
  Schema_181: Fix typo in UI message
  Fix wrong javadoc tags
  Update git submodules
  Documentation: Fix java SDK typo in dev-eclipse.txt
  Upgrade jackson-core to 2.10.2
  Reduce change spamming from CI
  Link checker result to the proper console URL
  Remove unused createCheckPayload() method
  Bazel: Force sourcemaps inlining in polymer bundler

Change-Id: I6b6712173433027f75419bdbab61d74c67e626df
This commit is contained in:
David Pursehouse
2020-01-09 14:12:18 +09:00
22 changed files with 16 additions and 418 deletions

View File

@@ -72,7 +72,7 @@ import org.eclipse.jgit.lib.Repository;
* private final PermissionBackend permissions;
* private final Provider<CurrentUser> user;
*
* @Inject
* {@literal @}Inject
* Foo(PermissionBackend permissions, Provider<CurrentUser> user) {
* this.permissions = permissions;
* this.user = user;