2235

Description: A void method %1 cannot return a value (Check the method has a return type).

Cause: Current method does not have a return type. Using Return command to return a value is not valid.

Resolution: Do not use Return command to return anything or add a return type to the current method.