PatchListObjectTooLargeException: Add serialVersionUID
Change-Id: Iae410498a763ba17afe1ca568c0185e682a58839
This commit is contained in:
@@ -19,6 +19,7 @@ package com.google.gerrit.server.patch;
|
||||
* {@code LargeObjectException}. This is not thrown on the first computation.
|
||||
*/
|
||||
public class PatchListObjectTooLargeException extends PatchListNotAvailableException {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
public PatchListObjectTooLargeException(String message) {
|
||||
super(message);
|
||||
|
||||
Reference in New Issue
Block a user