Shorten ReadBitsInt deprecation warning message

This commit is contained in:
Petr Pucil 2020-04-26 21:50:27 +02:00
parent 0d12292412
commit 37d3c319d9
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ namespace Kaitai
return res;
}
[Obsolete("This method is deprecated. Use ReadBitsIntBe instead.")]
[Obsolete("use ReadBitsIntBe instead")]
public ulong ReadBitsInt(int n)
{
return ReadBitsIntBe(n);