Merge "Fix raw reference to Predicate"
authorTony Tkacik <ttkacik@cisco.com>
Mon, 10 Nov 2014 08:56:13 +0000 (08:56 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 10 Nov 2014 08:56:13 +0000 (08:56 +0000)
1  2 
opendaylight/md-sal/sal-remoterpc-connector/src/test/java/org/opendaylight/controller/remote/rpc/registry/RpcRegistryTest.java

index d6c11319d0e38313e12dda9bc648e563d764a41c,e6489c0a5c7ce92e49e2d8eb7078a2d5ec3ee027..ee96cb897fccd45239badad8cef7a0a161edd467
@@@ -200,11 -200,11 +200,11 @@@ public class RpcRegistryTest 
          Messages.BucketStoreMessages.UpdateRemoteBuckets.class);
    }
  
 -  private JavaTestKit createProbeForMessage(ActorSystem node, ActorPath subjectPath, final Class clazz) {
 +  private JavaTestKit createProbeForMessage(ActorSystem node, ActorPath subjectPath, final Class<?> clazz) {
      final JavaTestKit probe = new JavaTestKit(node);
  
      ConditionalProbe conditionalProbe =
-         new ConditionalProbe(probe.getRef(), new Predicate() {
+         new ConditionalProbe(probe.getRef(), new Predicate<Object>() {
            @Override
            public boolean apply(@Nullable Object input) {
                if (input != null)