mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-12 04:55:36 +00:00
This fixes the following compiler warning that is reported in Travis builds: ``` /home/travis/build/apache/activemq-artemis/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/wireformat/FederationStreamConnectMessage.java:151: warning: non-varargs call of varargs method with inexact argument type for last parameter; return (FederationPolicy) Class.forName(clazz).getConstructor(null).newInstance(); cast to Class<?> for a varargs call cast to Class<?>[] for a non-varargs call and to suppress this warning ```