Skip to content

Commit 8056040

Browse files
committed
2467: static fix
1 parent 97ae063 commit 8056040

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/magento/idea/magento2plugin/project/RegenerateUrnMapListener.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ private boolean handleXsdFile(
137137
*
138138
* @param processedFileCount The number of files successfully processed for URN map generation.
139139
*/
140+
@SuppressWarnings("PMD.UseNotifyAllInsteadOfNotify")
140141
private void showNotification(final int processedFileCount) {
141142
if (processedFileCount > 0) {
142143
NotificationGroupManager.getInstance()

0 commit comments

Comments
 (0)