Unable to form keyword for removeObjectProperty method

@Keyword
public static Object RemoveObjectAttribute(Object RemoveAttribute)
{
def removeAttribute = WebUI.removeObjectProperty(findTestObject(‘abc/button_next’), ‘tabIndex’)

}

This code shows underline below findTestObject i am really confused why it is not accepting this