Changeset 5741 for trunk/sources/HeuristicLab.Operators
- Timestamp:
- 03/17/11 17:02:34 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators/3.3/EmptyOperator.cs
r5445 r5741 23 23 using HeuristicLab.Core; 24 24 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 25 using HeuristicLab.PluginInfrastructure; 25 26 26 27 namespace HeuristicLab.Operators { … … 30 31 [Item("EmptyOperator", "An operator which represents an empty statement.")] 31 32 [StorableClass] 33 [NonDiscoverableType] 32 34 public sealed class EmptyOperator : SingleSuccessorOperator { 33 35 [StorableConstructor]
Note: See TracChangeset
for help on using the changeset viewer.