Skip to content

Commit

Permalink
WX-1387 Remove unused case classes (#7334)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgainerdewar authored Dec 7, 2023
1 parent f002a96 commit 9c6c439
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ final case class EndpointURL(value: String) {
sa.toRight(new Exception(s"Storage account name could not be parsed from $value")).toTry
}
}
final case class WorkspaceId(value: UUID) { override def toString: String = value.toString }
final case class ContainerResourceId(value: UUID) { override def toString: String = value.toString }

final case class WorkspaceManagerURL(value: String) { override def toString: String = value }

final case class BlobPathBuilderFactory(globalConfig: Config, instanceConfig: Config, fsm: BlobFileSystemManager)
Expand Down

0 comments on commit 9c6c439

Please sign in to comment.