Skip to content

Commit

Permalink
(docs) clean-up javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-pelykh committed Jun 20, 2024
1 parent aeeecc9 commit ddda144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/src/main/java/org/pcre4j/api/IPcre2.java
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ public interface IPcre2 {
public static final int INFO_ALLOPTIONS = 0;

/**
* Options passed to {@link #compile(String, int, int[], long[], long)}
* Options passed to {@link #compile}
*/
public static final int INFO_ARGOPTIONS = 1;

Expand Down
2 changes: 1 addition & 1 deletion lib/src/main/java/org/pcre4j/Pcre2PatternInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public enum Pcre2PatternInfo {
INFO_ALLOPTIONS(IPcre2.INFO_ALLOPTIONS),

/**
* Options passed to {@link IPcre2#compile(String, int, int[], long[], long)}
* Options passed to {@link IPcre2#compile}
*/
INFO_ARGOPTIONS(IPcre2.INFO_ARGOPTIONS),

Expand Down

0 comments on commit ddda144

Please sign in to comment.