Skip to content

Commit

Permalink
refactor package name
Browse files Browse the repository at this point in the history
  • Loading branch information
ginjardev committed Apr 5, 2023
1 parent 1409604 commit d9464aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.baeldung.helperVsUtilityClasses;
package com.baeldung.helpervsutilityclasses;

class MyHelperClass {
public double discount;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.baeldung.helperVsUtilityClasses;
package com.baeldung.helpervsutilityclasses;

public final class MyUtilityClass {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.baeldung.helperVsUtilityClasses;
package com.baeldung.helpervsutilityclasses;

import static org.junit.jupiter.api.Assertions.*;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.baeldung.helperVsUtilityClasses;
package com.baeldung.helpervsutilityclasses;

import static org.junit.jupiter.api.Assertions.*;

Expand Down

0 comments on commit d9464aa

Please sign in to comment.