Method without return type

Author: Semmle LGTM

import java

from Method m
where m.getReturnType() instanceof VoidType
select m

Description

Finds methods whose return type is 'void'