Skip to content

Commit 89815ab

Browse files
committed
Removed sonar cloud issues
1 parent fc4485e commit 89815ab

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/test/java/org/fugerit/java/daogen/quickstart/junit5test/model/DocumentJunit4ModelTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* // custom code start ( code above here will be overwritten )
2020
* // custom code end ( code below here will be overwritten )
2121
*/
22-
public class DocumentJunit4ModelTest {
22+
class DocumentJunit4ModelTest {
2323

2424
// custom code start ( code above here will be overwritten )
2525
// custom code end ( code below here will be overwritten )

src/test/java/org/fugerit/java/daogen/quickstart/junit5test/model/Example01Junit4ModelTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* // custom code start ( code above here will be overwritten )
2020
* // custom code end ( code below here will be overwritten )
2121
*/
22-
public class Example01Junit4ModelTest {
22+
class Example01Junit4ModelTest {
2323

2424
// custom code start ( code above here will be overwritten )
2525
// custom code end ( code below here will be overwritten )

src/test/java/org/fugerit/java/daogen/quickstart/junit5test/model/MappedTableJunit4ModelTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* // custom code start ( code above here will be overwritten )
2020
* // custom code end ( code below here will be overwritten )
2121
*/
22-
public class MappedTableJunit4ModelTest {
22+
class MappedTableJunit4ModelTest {
2323

2424
// custom code start ( code above here will be overwritten )
2525
// custom code end ( code below here will be overwritten )

src/test/java/org/fugerit/java/daogen/quickstart/junit5test/model/PersonJunit4ModelTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* // custom code start ( code above here will be overwritten )
2020
* // custom code end ( code below here will be overwritten )
2121
*/
22-
public class PersonJunit4ModelTest {
22+
class PersonJunit4ModelTest {
2323

2424
// custom code start ( code above here will be overwritten )
2525
// custom code end ( code below here will be overwritten )

0 commit comments

Comments
 (0)