Skip to content

Commit 5ed3eb9

Browse files
authored
Change uint to int for CLS compliance
Signed-off-by: Xen <lordofxen@deskasoft.com>
1 parent a1f1db5 commit 5ed3eb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HashifyNet/Algorithms/MurmurHash/IMurmurHash1Config.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ public interface IMurmurHash1Config : IHashConfig<IMurmurHash1Config>
4646
/// <value>
4747
/// The seed.
4848
/// </value>
49-
uint Seed { get; }
49+
int Seed { get; }
5050
}
51-
}
51+
}

0 commit comments

Comments
 (0)