Fixed documentation typos in DeviceGroup sample class (#26661)
This commit is contained in:
parent
5620c4af9d
commit
e7e252140f
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue