We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f14723 commit 5da00fbCopy full SHA for 5da00fb
src/main/java/org/nibor/autolink/LinkExtractor.java
@@ -94,7 +94,7 @@ private Builder() {
94
* @param linkTypes the link types that should be extracted (by default, all types are extracted)
95
* @return this builder
96
*/
97
- public Builder linkTypes(LinkType...linkTypes) {
+ public Builder linkTypes(LinkType... linkTypes) {
98
if (linkTypes == null) {
99
throw new NullPointerException("linkTypes must not be null");
100
}
0 commit comments