From ffea42bb53b0e473428838a1b8c7d28c26e84756 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Fri, 17 Sep 2021 19:27:57 +0200
Subject: [PATCH] Seal EnvVarPatcher

---
 theodolite/src/main/kotlin/theodolite/patcher/EnvVarPatcher.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theodolite/src/main/kotlin/theodolite/patcher/EnvVarPatcher.kt b/theodolite/src/main/kotlin/theodolite/patcher/EnvVarPatcher.kt
index 080afb055..416aec74a 100644
--- a/theodolite/src/main/kotlin/theodolite/patcher/EnvVarPatcher.kt
+++ b/theodolite/src/main/kotlin/theodolite/patcher/EnvVarPatcher.kt
@@ -12,7 +12,7 @@ import io.fabric8.kubernetes.api.model.apps.Deployment
  * @property container Container to be patched.
  * @property variableName Name of the environment variable to be patched.
  */
-open class EnvVarPatcher(
+class EnvVarPatcher(
     private val k8sResource: KubernetesResource,
     private val container: String,
     private val variableName: String
-- 
GitLab