Skip to content

Commit

Permalink
Update ConfigurationMappingUtil.java
Browse files Browse the repository at this point in the history
Change set creation removed.
  • Loading branch information
rsjazz committed Jan 26, 2022
1 parent 1d1928b commit 60d30e3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@ public static boolean deliverConfigurations(JazzFormAuthClient client,
Configuration sourceConfiguration = DngCmUtil.getConfiguration(client, exportImportInformation.getSource());
Configuration targetConfiguration = DngCmUtil.getConfiguration(client, exportImportInformation.getTarget());
String projectAreaServiceProviderUrl = targetConfiguration.getServiceProvider().toString();
Changeset changeSet = new Changeset(client, targetConfiguration);
// Deliver
Boolean deliverresult = DngCmDeliverySession.performDelivery(client, projectAreaServiceProviderUrl,
sourceConfiguration, targetConfiguration);
Expand Down

0 comments on commit 60d30e3

Please sign in to comment.