This commit is contained in:
adam-m 2012-03-02 12:20:12 -05:00
commit cfee635a9c

View File

@ -65,8 +65,11 @@ public class ArtifactStringContent implements StringContent{
break;
}
buffer.append(": ");
if (!"".equals(attr.getContext())) {
buffer.append(" (");
buffer.append(attr.getContext());
buffer.append(")");
}
buffer.append("\n ");
}
return buffer.toString();