6566676869707172737475
if ( other != null ) { final Attributes mainAttributes = target.getMainAttributes(); if ( overwriteMain ) { mainAttributes.clear(); mainAttributes.putAll( other.getMainAttributes() ); } else { mergeAttributes( mainAttributes, other.getMainAttributes() );