Skip to content

Commit

Permalink
REALLY fixes #415
Browse files Browse the repository at this point in the history
  • Loading branch information
Riduidel committed Feb 13, 2024
1 parent cf18101 commit 4ce8cd4
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,16 @@ protected boolean startVisit(ComponentView c) {

@Override
protected boolean startVisit(DeploymentView c) {
// TODO Auto-generated method stub
return super.startVisit(c);
return true;
}

@Override
protected boolean startVisit(SystemContextView c) {
// TODO Auto-generated method stub
return super.startVisit(c);
return true;
}
@Override
protected boolean startVisit(SystemLandscapeView c) {
// TODO Auto-generated method stub
return super.startVisit(c);
return true;
}
@Override
protected void endVisit(DeploymentView c, OutputBuilder builder) {
Expand Down

0 comments on commit 4ce8cd4

Please sign in to comment.