src/java.corba/share/classes/com/sun/corba/se/impl/orb/ORBSingleton.java
changeset 48554 592e22777742
parent 47216 71c04702a3d5
equal deleted inserted replaced
48498:c94c352dc400 48554:592e22777742
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   766     }
   766     }
   767 
   767 
   768     public CopierManager getCopierManager() {
   768     public CopierManager getCopierManager() {
   769         return null ;
   769         return null ;
   770     }
   770     }
       
   771 
       
   772     @Override
       
   773     public void validateIORClass(String iorClassName) {
       
   774         getFullORB().validateIORClass(iorClassName);
       
   775 
       
   776     }
       
   777 
   771 }
   778 }
   772 
   779 
   773 // End of file.
   780 // End of file.