Overloading createMessageTyped to accept a tag as an integer.

When building, some instances expect createMessageTyped to have the signature
(int, Class, long), while others expect (int, Class, int). Simply having
the former signature meant that builds expecting the latter would fail.

Change-Id: I27f73cc51bf9f24baf484b05f1a8df31c582d67d
1 file changed