Skip to content

Commit

Permalink
removed arrows that messed with javadoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Mar 26, 2022
1 parent 5ae1328 commit c9e7635
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

public class XcfaStmtUtils {
/**
* Replace expressions in a stmt based on a given Expr -> Opt(Expr) mapping function
* Replace expressions in a stmt based on a given Expr to Opt(Expr) mapping function
*
* @param stmt Statement to replace expressions in
* @param mapper Mapping function that returns a new Expression when necessary, empty otherwise
Expand All @@ -44,7 +44,7 @@ public static <T extends Type> Optional<XcfaLabel> replaceExprsInStmt(final Xcfa
}

/**
* Replace expressions in a stmt based on a given Var -> Opt(Var) mapping function
* Replace expressions in a stmt based on a given Var to Opt(Var) mapping function
*
* @param stmt Statement to replace expressions in
* @param mapper Mapping function that returns a new VarDecl when necessary, empty otherwise
Expand Down

0 comments on commit c9e7635

Please sign in to comment.