Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
didimitrie committed Jul 16, 2024
1 parent fe27951 commit e3a5af0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Speckle.Core/Models/Collection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ public Collection(string name, string collectionType)
public string name { get; set; }

/// <summary>
/// The type of this collection. Note: Claire and Dim would propose we deprecate this prop. Do not use, please!
/// The type of this collection. Note: Claire and Dim would propose we deprecate this prop. Do not use, please!
/// </summary>
[Obsolete("Note: Claire and Dim would propose we deprecate this prop. Do not use, please! Let's have a discussion about subclassing for your needs if nothing exists already.")]
[Obsolete(
"Note: Claire and Dim would propose we deprecate this prop. Do not use, please! Let's have a discussion about subclassing for your needs if nothing exists already."
)]
public string collectionType { get; set; }

/// <summary>
Expand Down

0 comments on commit e3a5af0

Please sign in to comment.