Ignore:
Timestamp:
02/04/10 21:57:54 (2 years ago)
Author:
kasper
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • MetadataBeans/trunk/src/main/java/org/eobjects/metamodel/ExcelDataContextStrategy.java

    r887 r888  
    120120 
    121121        @Override 
    122         protected String getMainSchemaName() throws MetaModelException { 
     122        protected String getMainSchemaName() throws MetadataBeansException { 
    123123                return _file.getName(); 
    124124        } 
    125125 
    126         protected MutableSchema getMainSchema() throws MetaModelException { 
     126        protected MutableSchema getMainSchema() throws MetadataBeansException { 
    127127                InputStream in = null; 
    128128                MutableSchema schema = null; 
Note: See TracChangeset for help on using the changeset viewer.