Skip to content

Commit

Permalink
Fix PackageCase PMD Warning (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenporras authored Nov 3, 2023
1 parent f273cb2 commit d48d94a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Avaloq Group AG - initial API and implementation
*******************************************************************************/

package com.avaloq.tools.ddk.xtext.ide.contentAssist;
package com.avaloq.tools.ddk.xtext.ide.contentAssist; // NOPMD PackageCase

import java.util.ArrayDeque;
import java.util.Deque;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Avaloq Group AG - initial API and implementation
*******************************************************************************/

package com.avaloq.tools.ddk.xtext.ide.contentAssist;
package com.avaloq.tools.ddk.xtext.ide.contentAssist; // NOPMD PackageCase

import java.util.Collection;

Expand Down

0 comments on commit d48d94a

Please sign in to comment.