Skip to content

Commit ddda144

Browse files
committed
(docs) clean-up javadoc
1 parent aeeecc9 commit ddda144

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/src/main/java/org/pcre4j/api/IPcre2.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ public interface IPcre2 {
459459
public static final int INFO_ALLOPTIONS = 0;
460460

461461
/**
462-
* Options passed to {@link #compile(String, int, int[], long[], long)}
462+
* Options passed to {@link #compile}
463463
*/
464464
public static final int INFO_ARGOPTIONS = 1;
465465

lib/src/main/java/org/pcre4j/Pcre2PatternInfo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public enum Pcre2PatternInfo {
2626
INFO_ALLOPTIONS(IPcre2.INFO_ALLOPTIONS),
2727

2828
/**
29-
* Options passed to {@link IPcre2#compile(String, int, int[], long[], long)}
29+
* Options passed to {@link IPcre2#compile}
3030
*/
3131
INFO_ARGOPTIONS(IPcre2.INFO_ARGOPTIONS),
3232

0 commit comments

Comments
 (0)