QuotaException: Add missing serialVersionUID
Change-Id: I064d5d83faf3b910b9c575eec782d4dcb3c5a173
This commit is contained in:
@@ -21,6 +21,8 @@ import com.google.gerrit.extensions.restapi.RestApiException;
|
||||
* Can be propagated directly to the REST API.
|
||||
*/
|
||||
public class QuotaException extends RestApiException {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
public QuotaException(String reason) {
|
||||
super(reason);
|
||||
}
|
||||
|
Reference in New Issue
Block a user