Merge branch 'stable-2.16' into stable-3.0
* stable-2.16: UrlFormatter: Fix Javadoc of getSettingsUrl() Add a separator between blame and the edit icon Remove target=_self from commentlinks Update .mailmap Documentation: Replace plugins list with home page Change-Id: If5203d07e84b152e660ae07d05d4bd3fb4543a11
This commit is contained in:
		| @@ -60,7 +60,7 @@ public interface UrlFormatter { | ||||
|         .map(url -> url + String.format("@%s%d", side == 0 ? "a" : "", startLine)); | ||||
|   } | ||||
|  | ||||
|   /** Returns a URL pointing to a section of the settings page. */ | ||||
|   /** Returns a URL pointing to the settings page. */ | ||||
|   default Optional<String> getSettingsUrl() { | ||||
|     return getWebUrl().map(url -> url + "settings"); | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 David Pursehouse
					David Pursehouse