BAEL-20537: Migrate custom-pmd module to the com.baeldung package

This commit is contained in:
Krzysztof Woyke
2019-12-24 10:44:49 +01:00
parent e86eeeb593
commit 736b684c24
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
package org.baeldung.pmd;
package com.baeldung.pmd;
import net.sourceforge.pmd.lang.java.ast.ASTClassOrInterfaceDeclaration;
import net.sourceforge.pmd.lang.java.rule.AbstractJavaRule;