From e05a18e6ea957d6d39d866d9c95d70032a6908ab Mon Sep 17 00:00:00 2001 From: Giacomo Boldini Date: Thu, 30 Nov 2023 12:04:57 +0100 Subject: [PATCH] Fixed typos in javadoc strings. --- .../unive/lisa/program/cfg/CodeMemberDescriptor.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lisa/lisa-sdk/src/main/java/it/unive/lisa/program/cfg/CodeMemberDescriptor.java b/lisa/lisa-sdk/src/main/java/it/unive/lisa/program/cfg/CodeMemberDescriptor.java index 76a037b43..1e7730807 100644 --- a/lisa/lisa-sdk/src/main/java/it/unive/lisa/program/cfg/CodeMemberDescriptor.java +++ b/lisa/lisa-sdk/src/main/java/it/unive/lisa/program/cfg/CodeMemberDescriptor.java @@ -72,14 +72,14 @@ public class CodeMemberDescriptor implements CodeElement { /** * Builds the descriptor with {@link Untyped} return type. * - * @param location the location where the cfg associated is define within + * @param location the location where the cfg associated is defined within * the program * @param unit the {@link Unit} containing the cfg associated to this * descriptor * @param instance whether or not the cfg associated to this descriptor is * an instance cfg * @param name the name of the CFG associated with this descriptor - * @param formals the formal parametersof the CFG associated with this + * @param formals the formal parameters of the CFG associated with this * descriptor */ public CodeMemberDescriptor( @@ -94,7 +94,7 @@ public CodeMemberDescriptor( /** * Builds the descriptor. * - * @param location the location where the cfg associated is define within + * @param location the location where the cfg associated is defined within * the program * @param unit the {@link Unit} containing the cfg associated to this * descriptor @@ -119,8 +119,8 @@ public CodeMemberDescriptor( /** * Builds the descriptor. * - * @param location the location where the cfg associated is define within - * the program + * @param location the location where the cfg associated is defined + * within the program * @param unit the {@link Unit} containing the cfg associated to this * descriptor * @param instance whether or not the cfg associated to this descriptor