* Fixed Flailing Drake and test.

This commit is contained in:
LevelX2 2017-01-14 15:47:33 +01:00
parent c996454486
commit 78cff4d24f
3 changed files with 24 additions and 17 deletions

View file

@ -57,6 +57,7 @@ public abstract class Watcher implements Serializable {
this.controllerId = watcher.controllerId;
this.sourceId = watcher.sourceId;
this.scope = watcher.scope;
this.basicKey = watcher.basicKey;
}
public UUID getControllerId() {