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

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

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

revision 1.1 by audriusa, Sun May 15 01:09:30 2005 UTC revision 1.2 by audriusa, Fri Jun 3 15:12:31 2005 UTC
# Line 69  public abstract class BindingTypeHelper Line 69  public abstract class BindingTypeHelper
69        }        }
70      catch (ClassCastException ex)      catch (ClassCastException ex)
71        {        {
72          throw new BAD_OPERATION("Binding type expected");          BAD_OPERATION bad = new BAD_OPERATION("Binding type expected");
73            bad.initCause(ex);
74            throw bad;
75        }        }
76    }    }
77    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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