- Timestamp:
- 03/03/07 21:56:31 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Jav_BDP/com/scenari/m/bdp/facet/wraptransf/FacetWrapTransformer.java
r6861 r8858 40 40 41 41 import com.scenari.m.bdp.facet.Facet; 42 import com.scenari.m.bdp.facet.SourceFacet;43 42 import com.scenari.m.bdp.item.IHItemDef; 44 43 import com.scenari.m.bdp.itemcontent.IHContentAccess; … … 105 104 IHSource vResult = null; 106 105 if (vPathFile != null) { 107 vResult = new SourceFacet(new HSourceFs(null, vPathFile), -1, "");106 vResult = new HSourceFs(null, vPathFile); 108 107 if (vParams == null && fCheckAutoMultiRes) { 109 108 if (vResult.hGetStatus() == IHSource.STATUS_FOLDER) {
Note: See TracChangeset
for help on using the changeset viewer.