Changeset 888 for MetadataBeans/trunk/src/main/java/org/eobjects/metamodel/ExcelDataContextStrategy.java
- Timestamp:
- 02/04/10 21:57:54 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MetadataBeans/trunk/src/main/java/org/eobjects/metamodel/ExcelDataContextStrategy.java
r887 r888 120 120 121 121 @Override 122 protected String getMainSchemaName() throws Meta ModelException {122 protected String getMainSchemaName() throws MetadataBeansException { 123 123 return _file.getName(); 124 124 } 125 125 126 protected MutableSchema getMainSchema() throws Meta ModelException {126 protected MutableSchema getMainSchema() throws MetadataBeansException { 127 127 InputStream in = null; 128 128 MutableSchema schema = null;
Note: See TracChangeset
for help on using the changeset viewer.
