mirror of
https://github.com/nextcloud/android.git
synced 2024-11-30 08:25:21 +03:00
spotbugs: Unused public or protected field
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
4b10d34ade
commit
a5297a5365
1 changed files with 0 additions and 2 deletions
|
@ -42,8 +42,6 @@ import lombok.Getter;
|
||||||
*/
|
*/
|
||||||
public class CreateShareWithShareeOperation extends SyncOperation {
|
public class CreateShareWithShareeOperation extends SyncOperation {
|
||||||
|
|
||||||
protected FileDataStorageManager mStorageManager;
|
|
||||||
|
|
||||||
@Getter private String path;
|
@Getter private String path;
|
||||||
private String shareeName;
|
private String shareeName;
|
||||||
private ShareType shareType;
|
private ShareType shareType;
|
||||||
|
|
Loading…
Reference in a new issue