Skip to content

Commit

Permalink
fix some warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurnikov committed Mar 23, 2024
1 parent dffa40f commit c204d38
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ propertiesPluginEnvironmentNameProperty=shortPlatformVersion
# properties files
# supported versions are 231, 232, 233, default is 231
# pass ORG_GRADLE_PROJECT_shortPlatformVersion environment variable to overwrite
shortPlatformVersion=233
shortPlatformVersion=232
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import com.intellij.openapi.progress.Task
import com.intellij.openapi.project.Project
import org.move.utils.MvBackgroundTaskQueue

@Service
@Service(Service.Level.PROJECT)
class MvProjectTaskQueueService(val project: Project): Disposable {
private val queue = MvBackgroundTaskQueue()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import com.intellij.openapi.project.Project
import org.move.cli.Consts
import org.move.cli.moveProjectsService

@Service
@Service(Service.Level.PROJECT)
class MoveSettingsFilesService(private val project: Project) {
fun collectSettingsFiles(): List<String> {
val out = mutableListOf<String>()
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<html>
<body>
<p>Checks function naming.</p>
</body>
</html>

0 comments on commit c204d38

Please sign in to comment.