Skip to content

Commit 9f82a9f

Browse files
committed
Make IsFallbackCulture private
I can't see how this is used externally?
1 parent 4665eb7 commit 9f82a9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

UnitsNet/CustomCode/UnitSystem.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,8 @@ public UnitSystem() : this(DefaultCulture)
157157

158158
/// <summary>
159159
/// Whether this instance is for the <see cref="FallbackCulture"/>.
160-
/// TODO Make this private.
161160
/// </summary>
162-
public bool IsFallbackCulture => Culture.Equals(FallbackCulture);
161+
private bool IsFallbackCulture => Culture.Equals(FallbackCulture);
163162

164163
/// <summary>
165164
/// Clear the cached singleton instances.

0 commit comments

Comments
 (0)