- Timestamp:
- 08/28/10 23:54:43 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AnalyzerBeans/trunk/src/main/java/org/eobjects/analyzer/job/JaxbJobFactory.java
r982 r983 268 268 269 269 InputColumn<?> inputColumn = inputColumns.get(ref); 270 if (inputColumn == null) { 271 throw new IllegalStateException( 272 "No such input column: " + ref); 273 } 270 274 analyzerJobBuilder.addInputColumn(inputColumn); 271 275 }
Note: See TracChangeset
for help on using the changeset viewer.
