Skip to content

Commit 28349ef

Browse files
author
Ryan O'Meara
committed
Fix broken javadoc link
1 parent 5b8ac3d commit 28349ef

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

method-analyzer-core/src/main/java/com/synopsys/method/analyzer/core/MethodUseAnalyzer.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
* Represents functionality to analyze and report on the external method calls made within a Java project
5050
*
5151
* <p>
52-
* This class is intended as the primary use interface for method analysis operations. Both {@link #analyze(Path, Path)}
53-
* and {@link #analyze(Path, Path, String)} may be used to evaluate and report on a target directory's use of methods
54-
* which are defined within the given directory
52+
* This class is intended as the primary use interface for method analysis operations. Both
53+
* {@link #analyze(Path, Path, String)} and {@link #analyze(Path, Path, String, String)} may be used to evaluate and
54+
* report on a target directory's use of methods which are defined within the given directory
5555
*
5656
* @author romeara
5757
*/
@@ -70,7 +70,8 @@ public class MethodUseAnalyzer {
7070
* defined within the provided class file set
7171
*
7272
* <p>
73-
* Output will be saved with a default file name - to specify a file name, use {@link #analyze(Path, Path, String)}
73+
* Output will be saved with a default file name - to specify a file name, use
74+
* {@link #analyze(Path, Path, String, String)}
7475
*
7576
* @param sourceDirectory
7677
* The directory containing the *.class files to evaluate for external method calls

0 commit comments

Comments
 (0)