We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755b796 commit b11f6b9Copy full SHA for b11f6b9
aws-android-sdk-s3/src/main/java/com/amazonaws/mobileconnectors/s3/transferutility/TransferService.java
@@ -47,7 +47,7 @@
47
*/
48
public class TransferService extends Service {
49
50
- private static final String TAG = "TransferSerivce";
+ private static final String TAG = "TransferService";
51
52
/*
53
* Constants of message sent to update handler.
@@ -102,7 +102,7 @@ public class TransferService extends Service {
102
103
@Override
104
public IBinder onBind(Intent intent) {
105
- throw new UnsupportedOperationException("Can't bind to TransferSerivce");
+ throw new UnsupportedOperationException("Can't bind to TransferService");
106
}
107
108
/**
0 commit comments