Skip to content

Commit

Permalink
change variable name
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Feb 22, 2024
1 parent b59f97e commit 4eaefeb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ protected boolean isSupportedModelType(Model model) {
}
}

abstract public void handle(ModelInterpretationContext intercon, Model model) throws ModelHandlerException;
abstract public void handle(ModelInterpretationContext mic, Model model) throws ModelHandlerException;

public void postHandle(ModelInterpretationContext intercon, Model model) throws ModelHandlerException {
public void postHandle(ModelInterpretationContext mic, Model model) throws ModelHandlerException {
// let specialized handlers override
}

Expand Down

0 comments on commit 4eaefeb

Please sign in to comment.