GP-0: Fixing javadoc

This commit is contained in:
Ryan Kurtz
2025-12-02 06:55:22 -05:00
parent 3d0da548c1
commit 9998788556
3 changed files with 3 additions and 4 deletions

View File

@@ -605,9 +605,8 @@ public class TaintVec {
/**
* Supply the originating op
*
* @param the originating op
* @param op originating op
* @return the tagged TaintVec
*
*/
public TaintVec withOp(PcodeOp op) {
return new TaintVec(sets, op);

View File

@@ -221,7 +221,7 @@ public final class ObjcUtils {
}
/**
* {@return a newly created primary {@link Symbol}
* {@return a newly created primary {@link Symbol}}
*
* @param program The {@link Program}
* @param parentNamespace The parent namespace

View File

@@ -965,7 +965,7 @@ public abstract class AbstractLibrarySupportLoader extends AbstractProgramLoader
* A library that has not been processed by the loader yet
*
* @param name The name of the library
* @param column The recursive load depth of the library (based on the original binary being
* @param depth The recursive load depth of the library (based on the original binary being
* loaded)
* @param temporary True if the library is temporary and should be discarded prior to returning
* from the load