Skip to content

Commit 3e707ae

Browse files
UCT-767: Fixed code style
1 parent fcc639c commit 3e707ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/com/magento/idea/magento2uct/versioning/indexes/data/ExistenceStateIndex.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public void setProjectBasePath(final @NotNull String projectBasePath) {
5656
*
5757
* @return boolean
5858
*/
59+
@SuppressWarnings("PMD.AvoidSynchronizedAtMethodLevel")
5960
public synchronized boolean has(final @NotNull String fqn) {
6061
groupLoadedData();
6162
version = "";

0 commit comments

Comments
 (0)