Skip to content

Commit dff834a

Browse files
committed
namespace fix.
1 parent 0a64bd9 commit dff834a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modbusmechanic/bridge/BridgeManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public class FilteredClassLoader extends ClassLoader
217217

218218
public Class<?> loadClass(String name) throws ClassNotFoundException
219219
{
220-
if (ModbusMechanic.debug)
220+
if (modbusmechanic.ModbusMechanic.debug)
221221
{
222222
System.out.println("Debug: got load class " + name);
223223
}

0 commit comments

Comments
 (0)