I2JAV 1.1 NO IDEA Avatar
  1. OMG Issue

I2JAV11 — IDLEntity interface has to be public.

  • Key: I2JAV11-127
  • Legacy Issue Number: 3794
  • Status: closed  
  • Source: Oracle ( Hemanth Puttaswamy)
  • Summary:

    Interface IDLEntity is declared as package private in the IDL To Java document
    (ptc/00-01-08.pdf) Section 14.1.2. I propose it to change it to public.

    from

    package org.omg.CORBA.portable;
    interface IDLEntity extends java.io.Serializable {}

    to

    package org.omg.CORBA.portable;
    public interface IDLEntity extends java.io.Serializable {}

  • Reported: I2JAV 1.0 — Tue, 29 Aug 2000 04:00 GMT
  • Disposition: Resolved — I2JAV 1.1
  • Disposition Summary:

    editorial fix, issue closed

  • Updated: Fri, 6 Mar 2015 21:38 GMT