am 60e8c33d: Merge "Dropbox: remove redundant Entry construction." into gingerbread
Merge commit '60e8c33d6f6caad2e963e91abca16a85cd3be82a' into gingerbread-plus-aosp * commit '60e8c33d6f6caad2e963e91abca16a85cd3be82a': Dropbox: remove redundant Entry construction.
This commit is contained in:
@@ -242,7 +242,7 @@ public class DropBoxManager {
|
||||
if (file == null) throw new NullPointerException();
|
||||
Entry entry = new Entry(tag, 0, file, flags);
|
||||
try {
|
||||
mService.add(new Entry(tag, 0, file, flags));
|
||||
mService.add(entry);
|
||||
} catch (RemoteException e) {
|
||||
// ignore
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user