PatchListObjectTooLargeException: Add serialVersionUID

Change-Id: Iae410498a763ba17afe1ca568c0185e682a58839
This commit is contained in:
David Pursehouse
2017-10-02 15:18:59 +01:00
parent 3b79968946
commit 3223f5d280

View File

@@ -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);