Fixed documentation typos in DeviceGroup sample class (#26661)

This commit is contained in:
Erwin 2019-04-23 20:03:16 +03:00 committed by Arnout Engelen
parent 5620c4af9d
commit e7e252140f

View file

@ -90,8 +90,8 @@ public class DeviceGroup extends AbstractActor {
}
} else {
log.warning(
"Ignoring TrackDevice request for {}. This actor is responsible for {}.",
groupId,
"Ignoring TrackDevice request for {}. This actor is responsible for {}. ",
trackMsg.groupId,
this.groupId);
}
}