Skip to content

Commit

Permalink
#1704 Updates patch group format for compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Sheirer committed Nov 6, 2023
1 parent 218dc94 commit 60dd2b2
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -166,12 +166,12 @@ public String toString()

if(hasPatchedTalkgroups())
{
sb.append(getPatchedTalkgroupIdentifiers());
sb.append(" ").append(getPatchedTalkgroupIdentifiers());
}

if(hasPatchedRadios())
{
sb.append(getPatchedRadioIdentifiers());
sb.append(" ").append(getPatchedRadioIdentifiers());
}

return sb.toString();
Expand Down

0 comments on commit 60dd2b2

Please sign in to comment.