Skip to content

Commit 818da02

Browse files
authored
Pretty sure we don't need this variable... (#168)
1 parent 86841d5 commit 818da02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/example/vu/android/empowerplant/MainFragment.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ private void processDeliveryItem(ITransaction checkoutTransaction) {
415415
ISpan processDeliverySpan = checkoutTransaction.startChild("task", "process delivery");
416416

417417
try {
418-
throw new MainFragment.BackendAPIException("Failed to init delivery item workflow");
418+
throw new MainFragment.BackendAPIException("Failed to init delivery workflow");
419419
} catch (Exception e) {
420420
Log.e("processDeliveryItem", e.getMessage());
421421
processDeliverySpan.setThrowable(e);

0 commit comments

Comments
 (0)