Skip to content

Commit 687f562

Browse files
authored
Change uint to int for CLS compliance
Signed-off-by: Xen <lordofxen@deskasoft.com>
1 parent 8f33ca0 commit 687f562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HashifyNet/Algorithms/MurmurHash/IMurmurHash3Config.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ public interface IMurmurHash3Config : IHashConfig<IMurmurHash3Config>
4040
/// <value>
4141
/// The seed.
4242
/// </value>
43-
uint Seed { get; }
43+
int Seed { get; }
4444
}
45-
}
45+
}

0 commit comments

Comments
 (0)