Skip to content

Commit

Permalink
remove commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
sbera87 committed Oct 25, 2024
1 parent 1be4d61 commit b27e018
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,11 @@ public class SmithyCodegenAdapter implements GenericCodegenAdapter<Shape, Node>{

private Set<Symbol> symbols;

//private final CppImportContainer importContainer;

public SmithyCodegenAdapter(Model model, CppSymbolVisitor symbolVisitor) {
this.model = model;
this.symbolVisitor = symbolVisitor;
this.symbols = new HashSet<>();
//this.importContainer = importContainer;


operationShapeMap = new HashMap<>();

operationShapeMap = model.getOperationShapes().stream().collect(Collectors.toMap(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
import software.amazon.smithy.build.PluginContext;
import software.amazon.smithy.aws.smoketests.model.AwsSmokeTestModel;


//import com.amazonaws.util.awsclientsmithygenerator.generators.common.CppSymbolVisitor;

public class SmokeTestsParser implements Runnable{
final private Model model;
final private SmithyCodegenAdapter codegenAdapter;
Expand Down

0 comments on commit b27e018

Please sign in to comment.