I20181015-1800
getEnabledActivityIds was returning non-generified Set so the type of the Set elements couldn't be infered . Now that the returned Set is generified there is no need for that. Change-Id: I90141025e4f72b6be19320a85c9015a93bc022bd Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>