Cleanup code

This commit is contained in:
2023-05-21 02:13:19 +02:00
parent 32467191f6
commit 8829132046
2 changed files with 1 additions and 2 deletions

View File

@ -212,7 +212,7 @@ public class TaskManager
/// </summary>
/// <param name="connectorName">Connector-name (exact)</param>
/// <exception cref="Exception">If Connector is not available</exception>
public Connector GetConnector(string connectorName)
public Connector GetConnector(string? connectorName)
{
if(connectorName is null)
throw new Exception($"connectorName can not be null");