Skip to content

Commit

Permalink
[TH2-1093] Removed obsolete resource types
Browse files Browse the repository at this point in the history
  • Loading branch information
georgiano authored Nov 25, 2020
2 parents f93bbbe + dd3ad0f commit ce673e3
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ public enum ResourceType {
Th2Link("Th2Link", "links", "th2links", "th2.exactpro.com/v1"),
Th2Dictionary("Th2Dictionary", "dictionaries", "th2dictionaries", "th2.exactpro.com/v1"),

// TODO: { remove this types after full infrastructure migration
Th2MessageStore("Th2MessageStore", "mstores", "th2messagestores", "th2.exactpro.com/v1"),
Th2EventStore("Th2EventStore", "estores", "th2eventstores", "th2.exactpro.com/v1"),
Th2GenericBox("Th2GenericBox", "generics", "th2genericboxes", "th2.exactpro.com/v1"),
// TODO: end of block }

Th2Mstore("Th2Mstore", "mstores", "th2mstores", "th2.exactpro.com/v1"),
Th2Estore("Th2Estore", "estores", "th2estores", "th2.exactpro.com/v1"),
Th2Generic("Th2Generic", "generics", "th2generics", "th2.exactpro.com/v1"),
Expand Down

0 comments on commit ce673e3

Please sign in to comment.