Skip to content

Commit 67f2d9b

Browse files
committed
turned ResourceModel#processWatches private
Signed-off-by: Andre Dietisheim <[email protected]>
1 parent a98cac4 commit 67f2d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/redhat/devtools/intellij/kubernetes/model/ResourceModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ interface IResourceModel {
7070
*/
7171
open class ResourceModel : IResourceModel {
7272

73-
protected val processWatches by lazy {
73+
private val processWatches by lazy {
7474
ProcessWatches(ClientAdapter.Factory::create)
7575
}
7676

0 commit comments

Comments
 (0)