Darrel Schneider created GEODE-7468:
---------------------------------------
Summary: PdxValidatorTest has compiler warnings
Key: GEODE-7468
URL: https://issues.apache.org/jira/browse/GEODE-7468
Project: Geode
Issue Type: Bug
Components: management
Reporter: Darrel Schneider
The PdxValidatorTest has 3 compiler warnings. For example:
geode/geode-core/src/test/java/org/apache/geode/management/internal/configuration/validators/PdxValidatorTest.java:63:
warning: non-varargs call of varargs method with inexact argument type for
last parameter;
pdx.setAutoSerializer(new AutoSerializer(false, null));
--
This message was sent by Atlassian Jira
(v8.3.4#803005)