=* #2966 Reduce warnings from compile, test, scaladoc

This commit is contained in:
Patrik Nordwall 2014-01-23 20:02:18 +01:00
parent 787c7ca439
commit 615c6b572c
22 changed files with 54 additions and 37 deletions

View file

@ -6,6 +6,7 @@ package akka.japi.pf;
import akka.actor.FSM;
import scala.PartialFunction;
import java.util.List;
/**
@ -14,6 +15,7 @@ import java.util.List;
* @param <S> the state type
* @param <D> the data type
*/
@SuppressWarnings("rawtypes")
public class FSMStateFunctionBuilder<S, D> {
private PFBuilder<FSM.Event<D>, FSM.State<S, D>> builder =