codacy: Classes implementing Serializable should set a serialVersionUID

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2019-08-27 12:45:14 +02:00
parent 56e74d2e8a
commit cf02e861b8
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -21,6 +21,8 @@
package com.owncloud.android.operations;
class UploadException extends Exception {
private static final long serialVersionUID = 5931153844211429915L;
UploadException() {
super();
}