X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2Fio%2FReadTimeoutException.java;h=8c6371e267b2c98069fe423ac1450481f56b6e7c;hb=12b90437b5f22c2ae6e9b9b14c3b62b60f6143e5;hp=0a1bbc554f87d39a92c777176e6d85fa282e9e23;hpb=5dfd1c11947e9cb32fcac4772f1b16879d9ffe67;p=nikiroo-utils.git diff --git a/src/jexer/io/ReadTimeoutException.java b/src/jexer/io/ReadTimeoutException.java index 0a1bbc5..8c6371e 100644 --- a/src/jexer/io/ReadTimeoutException.java +++ b/src/jexer/io/ReadTimeoutException.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (C) 2017 Kevin Lamonte + * Copyright (C) 2019 Kevin Lamonte * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -36,6 +36,11 @@ import java.io.IOException; */ public class ReadTimeoutException extends IOException { + /** + * Serializable version. + */ + private static final long serialVersionUID = 1; + /** * Construct an instance with a message. *