Skip to content

Commit

Permalink
Code: Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenGnu committed Dec 9, 2021
1 parent a2a0f1a commit 2158240
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public MyMarketOrder(final RawMarketOrder rawMarketOrder, final Item item, final
case CHARACTER_DELETED: //character deleted
status = OrderStatus.CHARACTER_DELETED;
break;
case UNKNOWN: //character deleted
case UNKNOWN: //Unknown or Auto Closed
status = OrderStatus.UNKNOWN;
break;
}
Expand Down

0 comments on commit 2158240

Please sign in to comment.