From fd6866da8214bee98f58e857a9adbc888129fb69 Mon Sep 17 00:00:00 2001 From: Brian Long Date: Wed, 2 Jun 2021 14:27:20 -0400 Subject: [PATCH] fixed typo --- hotswap-agent.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotswap-agent.properties b/hotswap-agent.properties index 17f33f8..ef9fd23 100644 --- a/hotswap-agent.properties +++ b/hotswap-agent.properties @@ -45,7 +45,7 @@ webappDir= # Comma separated list of disabled plugins # Use plugin name - e.g. Hibernate, Spring, ZK, Hotswapper, AnonymousClassPatch, Tomcat, Logback .... -disabledPlugins=${hotswap.disabledPlugins} +disabledPlugins=${hotswap.disablePlugins} # Watch for changed class files on watchResources path and reload class definition in the running application. #