Révision 1033
tmp/org.txm.internalview.core/src/org/txm/internalview/core/functions/InternalView.java (revision 1033) | ||
---|---|---|
187 | 187 |
this.saveParameter(InternalViewPreferences.STRUCTURAL_UNIT, structuralUnit.getName()); |
188 | 188 |
} |
189 | 189 |
if (structuralUnitsProperties != null) { |
190 |
this.saveParameter(InternalViewPreferences.STRUCTURAL_UNIT_PROPERTIES, StringUtils.join(structuralUnitsProperties, "\t"));
|
|
190 |
this.saveParameter(InternalViewPreferences.STRUCTURAL_UNIT_PROPERTIES, StructuralUnitProperty.propertiesToString(structuralUnitsProperties));
|
|
191 | 191 |
} |
192 | 192 |
if (wordProperties != null) { |
193 |
this.saveParameter(InternalViewPreferences.UNIT_PROPERTIES, StringUtils.join(wordProperties, "\t"));
|
|
193 |
this.saveParameter(InternalViewPreferences.UNIT_PROPERTIES, WordProperty.propertiesToString(wordProperties));
|
|
194 | 194 |
} |
195 | 195 |
|
196 | 196 |
return true; |
Formats disponibles : Unified diff