Skip to content

Commit

Permalink
refactor(maven)!: Make the container property private
Browse files Browse the repository at this point in the history
This is and should not be used outside of this class.

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Nov 13, 2023
1 parent 16ff51f commit a552258
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ class MavenSupport(private val workspaceReader: WorkspaceReader) {
}
}

val container = createContainer()
private val container = createContainer()
private val repositorySystemSession = createRepositorySystemSession(workspaceReader)

// The MavenSettingsBuilder class is deprecated, but internally it uses its successor SettingsBuilder. Calling
Expand Down

0 comments on commit a552258

Please sign in to comment.