Skip to content

Commit

Permalink
Fixes #3542 - Fix code smell (#3543)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Sep 20, 2023
1 parent b1ab3fc commit 62015c7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ public void undeploy(Archive<?> archive) throws DeploymentException {

@Override
public void undeploy(Descriptor d) throws DeploymentException {
// not supporting undeployment by descriptor.
}

/**
Expand Down

0 comments on commit 62015c7

Please sign in to comment.