Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Duplicati/Library/Backend/HubiC/HubiCBackend.cs')
-rw-r--r--Duplicati/Library/Backend/HubiC/HubiCBackend.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Duplicati/Library/Backend/HubiC/HubiCBackend.cs b/Duplicati/Library/Backend/HubiC/HubiCBackend.cs
index ecc22ba02..6b6436285 100644
--- a/Duplicati/Library/Backend/HubiC/HubiCBackend.cs
+++ b/Duplicati/Library/Backend/HubiC/HubiCBackend.cs
@@ -23,6 +23,8 @@ using System.Threading.Tasks;
namespace Duplicati.Library.Backend.HubiC
{
+ // ReSharper disable once UnusedMember.Global
+ // This class is instantiated dynamically in the BackendLoader.
public class HubiCBackend : IBackend, IStreamingBackend
{
private const string AUTHID_OPTION = "authid";