fixed typo

This commit is contained in:
Martin Lippert
2018-05-31 09:54:36 +02:00
parent 719a73d603
commit 95d81ea1ce

View File

@@ -84,7 +84,7 @@ public class ReusableClasspathListenerHandler {
}
class Subscribptions {
class Subscriptions {
private Map<String, ClasspathListenerManager> subscribers = null;
@@ -175,7 +175,7 @@ public class ReusableClasspathListenerHandler {
}
}
private Subscribptions subscribptions = new Subscribptions();
private Subscriptions subscribptions = new Subscriptions();
public Object removeClasspathListener(String callbackCommandId) {
logger.log("ClasspathListenerHandler removeClasspathListener " + callbackCommandId);