Skip to content

Commit

Permalink
bug fix, for removing lineseperator() code that causes inconsitent
Browse files Browse the repository at this point in the history
lineendings.
  • Loading branch information
Jad-el-khoury committed Feb 9, 2024
1 parent 4ec40ca commit 3c1afb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ import org.eclipse.lyo.oslc4j.core.model.AbstractResource;

import [javaClassFullNameForAdaptorManager(anAdaptorInterface) /];
import [javaInterfaceFullNameForAdaptorConstants(anAdaptorInterface) /];
[for (aDomainSpecification: DomainSpecification | (aService.servicedResources().definingDomainSpecification()->union(Set{aService.domainSpecification}))->sortedBy(name)))]import [javaInterfaceFullNameForConstants(aDomainSpecification, anAdaptorInterface, null) /];
[for (aDomainSpecification: DomainSpecification | (aService.servicedResources().definingDomainSpecification()->union(Set{aService.domainSpecification}))->sortedBy(name))]import [javaInterfaceFullNameForConstants(aDomainSpecification, anAdaptorInterface, null) /];
[/for]
import [javaClassFullNameForSingleton(anAdaptorInterface.serviceProviderCatalog) /];
[for (aResource: Resource | aService.relevantResources()->sortedBy(name))]
Expand Down

0 comments on commit 3c1afb4

Please sign in to comment.