Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up code (checkstyle) and remove AB related files #62

Closed
wants to merge 2 commits into from

Conversation

whyjayxp
Copy link

@whyjayxp whyjayxp commented Mar 5, 2019

No description provided.

&& Objects.equals(selectedTable.get(), other.selectedTable.get())
&& filteredBillList.equals(other.filteredBillList)
&& Objects.equals(selectedBill.get(), other.selectedBill.get());
return restOrRant.equals(other.restOrRant) && userPrefs.equals(other.userPrefs) && filteredOrderItems.equals(other.filteredOrderItems) && Objects.equals(selectedOrderItem.get(), other.selectedOrderItem.get()) && filteredMenuItems.equals(other.filteredMenuItems) && Objects.equals(selectedMenuItem.get(), other.selectedMenuItem.get()) && filteredTableList.equals(other.filteredTableList) && Objects.equals(selectedTable.get(), other.selectedTable.get()) && filteredBillList.equals(other.filteredBillList) && Objects.equals(selectedBill.get(), other.selectedBill.get());

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code here is compressed into a single line which will result in checkstyle errors

Copy link

@Qing-Yuan Qing-Yuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean PR 👍

@whyjayxp whyjayxp closed this Mar 6, 2019
@whyjayxp whyjayxp deleted the order-feature branch March 6, 2019 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants