Skip to content

Commit b7ce732

Browse files
committed
Update Program.cs
1 parent 5a088d4 commit b7ce732

File tree

1 file changed

+0
-8
lines changed
  • DataWarehouseAutomation/SchemaJsonConverter

1 file changed

+0
-8
lines changed

DataWarehouseAutomation/SchemaJsonConverter/Program.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -136,14 +136,6 @@
136136
var getClassification = classificationJsonObject
137137
.TryGetPropertyValue("classification", out var classificationValue).ToString();
138138

139-
140-
// public string groupValue) => classificationValue.ToString()
141-
//switch
142-
// {
143-
// "CoreBusinessConcept" => new NewSwitch(0xFF, 0x00, 0x00),
144-
// _ => throw new ArgumentException(message: "error", paramName: nameof(color)),
145-
// };
146-
147139
string groupValue = classificationValue.ToString() switch
148140
{
149141
"Source" => "Solution Layer",

0 commit comments

Comments
 (0)