Skip to content

Commit 7e2b90f

Browse files
committed
trying to shut up sonarcloud
Signed-off-by: Neil South <[email protected]>
1 parent 7643488 commit 7e2b90f

6 files changed

+6
-6
lines changed

src/WorkflowManager/Contracts/Migrations/M001_ExecutionStats_addVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public override void Down(BsonDocument document)
3434
{
3535
document.Remove("Version");
3636
}
37-
catch { }
37+
catch { } // can ignore we dont want failures stopping startup !
3838
}
3939
}
4040
}

src/WorkflowManager/Contracts/Migrations/M001_Payload_addVerion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public override void Down(BsonDocument document)
3333
{
3434
document.Remove("Version");
3535
}
36-
catch { }
36+
catch { }// can ignore we dont want failures stopping startup !
3737
}
3838
}
3939
}

src/WorkflowManager/Contracts/Migrations/M001_WorkflowInstance_addVerion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public override void Down(BsonDocument document)
3333
{
3434
document.Remove("Version");
3535
}
36-
catch { }
36+
catch { }// can ignore we dont want failures stopping startup !
3737
}
3838
}
3939
}

src/WorkflowManager/Contracts/Migrations/M001_WorkflowRevision_addVerion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public override void Down(BsonDocument document)
3333
{
3434
document.Remove("Version");
3535
}
36-
catch { }
36+
catch { }// can ignore we dont want failures stopping startup !
3737
}
3838
}
3939
}

src/WorkflowManager/Contracts/Migrations/M002_ExecutionStats_addWorkflowId.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public override void Down(BsonDocument document)
3434
{
3535
document.Remove("WorkflowId");
3636
}
37-
catch { }
37+
catch { }// can ignore we dont want failures stopping startup !
3838
}
3939
}
4040
}

src/WorkflowManager/Contracts/Migrations/M002_Payload_addPayloadDeleted.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public override void Down(BsonDocument document)
3434
{
3535
document.Remove("PayloadDeleted");
3636
}
37-
catch { }
37+
catch { }// can ignore we dont want failures stopping startup !
3838
}
3939
}
4040
}

0 commit comments

Comments
 (0)