Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dali-dev] public interfaces are misplaced

Karen and I discussed this issue and she told me she would move them to the public packages. I think she probably forgot to do that when committing my changes. Thanks for doing this!

On 3/26/13 2:36 PM, Brian Vosburgh wrote:
The following public interfaces are in internal packages:

    org.eclipse.jpt.jpa.core.internal.jpa2_1.context.java
        JavaNamedStoredProcedureQuery2_1
        JavaQueryContainer2_1
        JavaStoredProcedureParameter2_1

    org.eclipse.jpt.jpa.core.internal.jpa2_1.context.orm
       
OrmNamedStoredProcedureQuery2_1
        OrmQueryContainer2_1
        OrmStoredProcedureParameter2_1

I would like to move them to their appropriate public packages for Kepler M7:

    org.eclipse.jpt.jpa.core.jpa2_1.context.java
    org.eclipse.jpt.jpa.core.jpa2_1.context.orm

Please respond to the mailing list with any issues.

Thanks.
Brian



_______________________________________________
dali-dev mailing list
dali-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dali-dev


Back to the top