Skip to content

Commit 41266b3

Browse files
authored
Update Seed2 property type from uint to int for CLS Compliance
Signed-off-by: Xen <lordofxen@deskasoft.com>
1 parent 430c2b5 commit 41266b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

HashifyNet/Algorithms/Jenkins/IJenkinsLookup3Config.cs

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

0 commit comments

Comments
 (0)