You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/bundles/org.eclipse.set.ppmodel.extensions/src/org/eclipse/set/ppmodel/extensions/utils/PlanProToTitleboxTransformation.xtend
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,7 @@ class PlanProToTitleboxTransformation {
171
171
if (compareSchnittstelle !==null) {
172
172
// Fille compare plan information
173
173
val comparePlanungAllgemein = compareSchnittstelle?.planungAllgemein
174
-
val compareLastPlanungEErstellung = planungEinzel?.
174
+
val compareLastPlanungEErstellung =compareSchnittstelle?.planungEinzel?.
0 commit comments