Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/30/10 15:13:48 (15 years ago)
Author:
gkronber
Message:

Implemented a list of review comments by swagner. #989 (Implement review comments in plugin infrastructure)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/Manager/PluginValidator.cs

    r3547 r3573  
    379379      // default description and version
    380380      pluginVersion = "0.0.0.0";
    381       pluginDescription = pluginName;
     381      pluginDescription = string.Empty;
    382382      if (pluginMetaDataAttr.ConstructorArguments.Count() == 2) {
    383383        // if two arguments are given the second argument is the version
Note: See TracChangeset for help on using the changeset viewer.