diff --git a/SabreTools/Features/Batch.cs b/SabreTools/Features/Batch.cs index 57a60d25..84541453 100644 --- a/SabreTools/Features/Batch.cs +++ b/SabreTools/Features/Batch.cs @@ -14,6 +14,7 @@ using SabreTools.IO; namespace SabreTools.Features { + // TODO: Should the private classes here be split into a new namespace? internal class Batch : BaseFeature { public const string Value = "Batch"; @@ -121,13 +122,11 @@ Reset the internal state: reset();"; } } - #region Commands /// /// Internal representation of a single batch command /// - /// TODO: Should BatchCommand be a part of SabreTools.DatTools? private abstract class BatchCommand { public string Name { get; private set; }