mirror of
https://github.com/nextcloud/android.git
synced 2024-11-28 18:28:59 +03:00
codacy: Classes implementing Serializable should set a serialVersionUID
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
56e74d2e8a
commit
cf02e861b8
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@
|
|||
package com.owncloud.android.operations;
|
||||
|
||||
class UploadException extends Exception {
|
||||
private static final long serialVersionUID = 5931153844211429915L;
|
||||
|
||||
UploadException() {
|
||||
super();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue