Skip to content

Commit 2ba23ee

Browse files
UCT-702: Added method synchronization
1 parent e26567d commit 2ba23ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/magento/idea/magento2uct/versioning/VersionStateManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ private VersionStateManager(final @NotNull Project project) {
7878
*
7979
* @return boolean
8080
*/
81-
private boolean isValidFor(
81+
private synchronized boolean isValidFor(
8282
final Boolean isSetIgnoreFlag,
8383
final SupportedVersion currentVersion,
8484
final SupportedVersion targetVersion

0 commit comments

Comments
 (0)