You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yoko-commits@incubator.apache.org by ah...@apache.org on 2006/06/15 11:02:19 UTC

svn commit: r414555 - /incubator/yoko/trunk/core/src/test/java/test/pi/Collocated.java

Author: ahj
Date: Thu Jun 15 04:02:19 2006
New Revision: 414555

URL: http://svn.apache.org/viewvc?rev=414555&view=rev
Log:
YOKO-63: Collocated must be declared public.

Modified:
    incubator/yoko/trunk/core/src/test/java/test/pi/Collocated.java

Modified: incubator/yoko/trunk/core/src/test/java/test/pi/Collocated.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/test/java/test/pi/Collocated.java?rev=414555&r1=414554&r2=414555&view=diff
==============================================================================
--- incubator/yoko/trunk/core/src/test/java/test/pi/Collocated.java (original)
+++ incubator/yoko/trunk/core/src/test/java/test/pi/Collocated.java Thu Jun 15 04:02:19 2006
@@ -15,7 +15,7 @@
 import org.omg.PortableServer.*;
 import org.omg.PortableInterceptor.*;
 
-final class Collocated {
+final public class Collocated {
     public static void main(String[] args) {
         java.util.Properties props = System.getProperties();
         props.put("org.omg.CORBA.ORBClass", "org.apache.yoko.orb.CORBA.ORB");