Skip to content

Commit

Permalink
Fix for content storage name
Browse files Browse the repository at this point in the history
Signed-off-by: Uladzislau <[email protected]>
  • Loading branch information
KUGDev committed Jan 19, 2024
1 parent 202c213 commit 3a2c8d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ All notable changes to the Zowe IntelliJ Plugin will be documented in this file.
* Bugfix: Topics handling ([25606368](https://github.com/zowe/zowe-explorer-intellij/commit/25606368))
* Bugfix: Zowe config v2 handling ([fd79b908](https://github.com/zowe/zowe-explorer-intellij/commit/fd79b908))
* Bugfix: JES Explorer bug when ABEND job is being displayed ([614aa6cf](https://github.com/zowe/zowe-explorer-intellij/commit/614aa6cf))
* Bugfix: Conflicting VFS name ([63596855](https://github.com/zowe/zowe-explorer-intellij/commit/63596855))
* Bugfix: Conflicting VFS and content storage name ([63596855](https://github.com/zowe/zowe-explorer-intellij/commit/63596855))
* Bugfix: GitHub issue #167: Zowe explorer config is not converted ([b5eae7a2](https://github.com/zowe/zowe-explorer-intellij/commit/b5eae7a2))

## `1.1.1 (2023-11-23)`
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ tasks {
<li>Topics handling</li>
<li>Zowe config v2 handling</li>
<li>JES Explorer bug when ABEND job is being displayed</li>
<li>Conflicting VFS name</li>
<li>Conflicting VFS and content storage name</li>
<li>GitHub issue #167: Zowe explorer config is not converted</li>
</ul>"""
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ import com.intellij.openapi.vfs.VirtualFile
import org.zowe.explorer.dataops.DataOpsManager
import org.zowe.explorer.dataops.attributes.FileAttributes
import org.zowe.explorer.dataops.attributes.RemoteUssAttributes
import org.zowe.explorer.utils.*
import org.zowe.explorer.editor.FileContentChangeListener
import org.zowe.explorer.utils.*
import java.io.IOException
import java.util.concurrent.ConcurrentHashMap

private const val SUCCESSFUL_CONTENT_STORAGE_NAME_PREFIX = "sync_storage_"
private const val SUCCESSFUL_CONTENT_STORAGE_NAME_PREFIX = "zowe_sync_storage_"
private val log = logger<RemoteAttributedContentSynchronizer<*>>()

/**
Expand Down

0 comments on commit 3a2c8d6

Please sign in to comment.