/[classpath]/classpath/org/omg/CosNaming/NamingContextHelper.java
ViewVC logotype

Diff of /classpath/org/omg/CosNaming/NamingContextHelper.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1 by gnu_andrew, Fri May 20 18:21:01 2005 UTC revision 1.1.2.2 by gnu_andrew, Sun Jun 5 19:36:39 2005 UTC
# Line 76  public abstract class NamingContextHelpe Line 76  public abstract class NamingContextHelpe
76        }        }
77      catch (ClassCastException ex)      catch (ClassCastException ex)
78        {        {
79          throw new BAD_OPERATION("Naming context expected");          BAD_OPERATION bad = new BAD_OPERATION("Naming context expected");
80            bad.initCause(ex);
81            throw bad;
82        }        }
83    }    }
84    

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26