mirror of
https://git.code.sf.net/p/projectlibre/code
synced 2024-11-01 03:21:46 +01:00
merge test
This commit is contained in:
parent
a53aa5c594
commit
0db6c09ed9
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ public class MpxAssignmentConverter {
|
|||
//convert fields
|
||||
FieldUtil.convertFields(assignment, net.sf.mpxj.ResourceAssignment.class, mpxAssignment, fieldsToConvert, true);
|
||||
|
||||
//timephased
|
||||
// timephased
|
||||
List<TimephasedDataType> mpxRawTimephasedData = state.getMpxTimephasedMap().get(mpxAssignment);
|
||||
if (mpxRawTimephasedData!= null) {
|
||||
DefaultTimephasedValues timephasedValues=new DefaultTimephasedValues();
|
||||
|
|
Loading…
Reference in a new issue