Peter Tran created GEODE-6274:
---------------------------------

             Summary: CreateRegionCommand.java:248 Produces a build error
                 Key: GEODE-6274
                 URL: https://issues.apache.org/jira/browse/GEODE-6274
             Project: Geode
          Issue Type: Bug
            Reporter: Peter Tran


When building geode, the following error occurs for the CreateRegionCommand

 

 
/Users/pivotal/workspace/geode/geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/CreateRegionCommand.java:248:
 warning: non-varargs call of varargs method with inexact argument type for 
last parameter;
            new String[] {prColocatedWith}));
            ^
  cast to Object for a varargs call
  cast to Object[] for a non-varargs call and to suppress this warning



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to