projects
/
pub
/
Android
/
ownCloud.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Refactored remove file operation (inherits RemoteOperation, so generates RemoteOperat...
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
operations
/
OperationCancelledException.java
1
package
com
.
owncloud
.
android
.
operations
;
2
3
public class
OperationCancelledException
extends
Exception
{
4
5
/**
6
* Generated serial version - to avoid Java warning
7
*/
8
private static final
long
serialVersionUID
= -
6350981497740424983L
;
9
10
}