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 4e01602 commit 4cdbd49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class CustomerInvoice {
private String deliveryAddress;
private double totalPrice;
private ArrayList<String> itemsToClean;
final String lineSeparator = "=================================";
final static String lineSeparator = "=================================";

public CustomerInvoice(String customerName, String customerAddress, String deliveryAddress, ArrayList<String> itemsToClean, double totalPrice) {
this.customerName = customerName;
Expand Down

0 comments on commit 4cdbd49

Please sign in to comment.