Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
FloBoJa committed Jan 12, 2024
1 parent 1f74c4c commit ab99af0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
source.. = src/,\
xtend-gen/
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import tools.mdsd.mocore.framework.orchestration.Orchestrator;

public class PcmOrchestrator extends Orchestrator<PcmSurrogate> {
@SuppressWarnings("unchecked")
public PcmOrchestrator(final PcmSurrogate model) {
super(model, new SignatureProcessor(model), new InterfaceProcessor(model), new DeploymentProcessor(model),
new LinkResourceSpecificationProcessor(model), new ServiceEffectSpecificationProcessor(model),
Expand Down
3 changes: 1 addition & 2 deletions tests/org.palladiosimulator.retriever.test/build.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
source.. = src/,\
xtend-gen/
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.

0 comments on commit ab99af0

Please sign in to comment.