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

Diff of /classpath/org/omg/CosNaming/NameComponentHelper.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 74  public abstract class NameComponentHelpe Line 74  public abstract class NameComponentHelpe
74        }        }
75      catch (ClassCastException ex)      catch (ClassCastException ex)
76        {        {
77          throw new BAD_OPERATION("Name component expected");          BAD_OPERATION bad = new BAD_OPERATION("Name component expected");
78            bad.initCause(ex);
79            throw bad;
80        }        }
81    }    }
82    

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