Changeset 2174
- Timestamp:
- 07/03/08 12:32:51 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ProjectFortress/src/com/sun/fortress/compiler/Disambiguator.java
r2163 r2174 150 150 } 151 151 152 // Go no further if we couldn't disambiguate the types. 153 if( errors.size() > 0 ) { 154 return new ApiResult(new_apis, errors); 155 } 156 152 157 // then, rebuild the indices 153 158 IndexBuilder.ApiResult rebuilt_indx = IndexBuilder.buildApis(new_apis, System.currentTimeMillis());
