Skip to content

Commit 10e9d7c

Browse files
fix: update package declaration in RulesBreaker.java to reflect correct namespace
1 parent bf83373 commit 10e9d7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/testdata/repositories/pmd/RulesBreaker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @version 1.0
88
*/
99

10-
package com.codacy.test;
10+
package tools.testdata.repositories.pmd;
1111

1212
/**
1313
* A class that demonstrates PMD rule violations.

0 commit comments

Comments
 (0)