You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (Arrays.equals(errSource, ec.source) && Arrays.equals(ec.lastError.getDestination(), ec.destination)) {
1703
-
mesg.append(dumped).append(" from ").append( newString(errSource) ).append(" to ").append( newString(ec.lastError.getDestination()) );
1714
+
mesg.append(charRepresentation).append(" from ").append( newString(errSource) ).append(" to ").append( newString(ec.lastError.getDestination()) );
1704
1715
} else {
1705
-
mesg.append(dumped).append(" to ").append( newString(ec.lastError.getDestination()) ).append(" in conversion from ").append( newString(ec.source) );
1716
+
mesg.append(charRepresentation).append(" to ").append( newString(ec.lastError.getDestination()) ).append(" in conversion from ").append( newString(ec.source) );
1706
1717
for (inti = 0; i < ec.numTranscoders; i++) {
1707
1718
mesg.append(" to ").append( newString(ec.elements[i].transcoding.transcoder.getDestination()) );
0 commit comments