You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Andrew (JIRA)" <ji...@apache.org> on 2014/11/17 18:59:34 UTC

[jira] [Created] (CALCITE-467) Incorrect namespace in package-info.java

Andrew created CALCITE-467:
------------------------------

             Summary: Incorrect namespace in package-info.java
                 Key: CALCITE-467
                 URL: https://issues.apache.org/jira/browse/CALCITE-467
             Project: Calcite
          Issue Type: Bug
            Reporter: Andrew
            Assignee: Julian Hyde
            Priority: Trivial


The namespace in file core/src/main/org/apache/calcite/interpreter/package-info.java is incorrect.

Current value:
package org.apache.calcite.adapter.interpreter;

Fix:
package org.apache.calcite.interpreter;




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)