[BAEL-4406] Fix typo
This commit is contained in:
parent
6f55a1201a
commit
2326e02ed2
|
@ -2,7 +2,7 @@ package com.baeldung.generated;
|
|||
|
||||
@Generated
|
||||
public class Customer {
|
||||
// every thing in this class will be excluded from jacoco report because of @Generated
|
||||
// everything in this class will be excluded from jacoco report because of @Generated
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
|
|
|
@ -2,7 +2,7 @@ package com.baeldung.generated;
|
|||
|
||||
@Generated
|
||||
public class Customer {
|
||||
// every thing in this class will be excluded from jacoco report because of @Generated
|
||||
// everything in this class will be excluded from jacoco report because of @Generated
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
|
|
Loading…
Reference in New Issue