eclipse plugin: When no description about the tag,

...just output "No information"
This commit is contained in:
Timotei Dolean 2011-09-02 18:22:47 +00:00
parent eec05aa7e8
commit 180aa60b40

View file

@ -75,7 +75,7 @@ public class WMLDocTag implements IWMLDocProvider
title_ = Messages.WMLDocTag_0 + tag_.getName( ) + "':"; //$NON-NLS-1$
contents_ = null;
contents_ = "No information";
if( ! tag_.get_Description( ).isEmpty( ) ) {
StringBuilder content = new StringBuilder( );