Remove unused type variable
Compare changes
This merge request removes an unused type variable in SampleDispatcher.java. This caused warnings when the Java lib is compiled with -Xlint
since the LabComm compiler outputs code that doesn't use the type variable.