Replace our own @Nullable with javax.annotation.Nullable.
This change removes the internal @Nullable annotation used in Gerrit's codebase and replaces it with the jsr305 implementation. Change-Id: I7f247e17df8dd1f02380d1b595969cd1eb39975e
This commit is contained in:
		| @@ -14,9 +14,9 @@ | ||||
|  | ||||
| package com.google.gerrit.server.mail; | ||||
|  | ||||
| import com.google.gerrit.common.data.ParamertizedString; | ||||
| import com.google.gerrit.reviewdb.Account; | ||||
| import com.google.gerrit.server.GerritPersonIdent; | ||||
| import com.google.gerrit.common.data.ParamertizedString; | ||||
| import com.google.gerrit.server.account.AccountCache; | ||||
| import com.google.gerrit.server.config.GerritServerConfig; | ||||
| import com.google.inject.Inject; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Nico Sallembien
					Nico Sallembien