Skip to content

Commit

Permalink
#2433: SuppressWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Aug 24, 2023
1 parent a3f7fc4 commit e0d6feb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
* @since 0.1
* @checkstyle TypeNameCheck (4 lines)
*/
@SuppressWarnings("PMD.PackageCase")
final class EOintEOplusTest {

@Test
Expand Down
1 change: 1 addition & 0 deletions eo-runtime/src/test/java/EOorg/EOeolang/EOintTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
* @since 0.1
* @checkstyle TypeNameCheck (4 lines)
*/
@SuppressWarnings("PMD.PackageCase")
public class EOintTest {

@Test
Expand Down

0 comments on commit e0d6feb

Please sign in to comment.