We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a64bd9 commit dff834aCopy full SHA for dff834a
src/modbusmechanic/bridge/BridgeManager.java
@@ -217,7 +217,7 @@ public class FilteredClassLoader extends ClassLoader
217
218
public Class<?> loadClass(String name) throws ClassNotFoundException
219
{
220
- if (ModbusMechanic.debug)
+ if (modbusmechanic.ModbusMechanic.debug)
221
222
System.out.println("Debug: got load class " + name);
223
}
0 commit comments