Skip to content

Commit

Permalink
fix enum ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Dec 11, 2023
1 parent c0eba9a commit 3062d57
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 288 deletions.
12 changes: 6 additions & 6 deletions Rdmp.Core/Curation/Data/DataLoad/ProcessTaskType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ public enum ProcessTaskType
/// </summary>
SQLFile,

/// <summary>
/// ProcessTask is to import a SQL backup file directly to the server
/// </summary>
SQLBakFile,

/// <summary>
/// ProcessTask is to instantiate the IAttacher class Type specified in Path and hydrate its [DemandsInitialization] properties with values matching
/// ProcessTaskArguments and run it in the specified load stage in an AttacherRuntimeTask wrapper.
Expand All @@ -43,5 +38,10 @@ public enum ProcessTaskType
/// ProcessTask is to instantiate the IMutilateDataTables class Type specified in Path and hydrate its [DemandsInitialization] properties with values matching
/// ProcessTaskArguments and run it in the specified load stage in an MutilateDataTablesRuntimeTask wrapper.
/// </summary>
MutilateDataTable
MutilateDataTable,

/// <summary>
/// ProcessTask is to import a SQL backup file directly to the server
/// </summary>
SQLBakFile
}
194 changes: 0 additions & 194 deletions Rdmp.Core/DataLoad/Modules/DataProvider/FTP/FTPDownloader.cs

This file was deleted.

88 changes: 0 additions & 88 deletions Rdmp.Core/DataLoad/Modules/DataProvider/FTP/SFTPDownloader.cs

This file was deleted.

0 comments on commit 3062d57

Please sign in to comment.