/* */ }
/* */
/* */ protected String getInternalDescription()
/* */ {
/* 160 */ String description = null;
/* 161 */ DescriptionGroupMetaData dgmd = this.cmd.getDescription();
/* 162 */ if (dgmd != null)
/* 163 */ description = dgmd.getDescription();
/* 164 */ if (description == null)
/* 165 */ description = "RAR Deployment " + this.cmd.getURL();
/* 166 */ return description;
/* */ }