Skip to content

Commit

Permalink
sonar project key fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ayakhammash committed May 13, 2023
1 parent d066afa commit dcafc65
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 69 deletions.
107 changes: 39 additions & 68 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public CustomerInvoice(String customerName, String customerAddress, String deliv
this.itemsToClean = itemsToClean;
this.totalPrice = totalPrice;
}

//..
public void printInvoice() {
System.out.println(LINE_SEPARATOR);
System.out.println("CUSTOMER INFORMATION");
Expand Down

0 comments on commit dcafc65

Please sign in to comment.