Skip to content

Commit

Permalink
Update core/src/main/java/org/wildfly/extras/creaper/core/offline/Off…
Browse files Browse the repository at this point in the history
…lineServerVersion.java

Co-authored-by: jbliznak <jbliznak@users.noreply.github.com>
  • Loading branch information
darranl and jbliznak authored Sep 6, 2024
1 parent 5de66d4 commit 261d28b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ final class OfflineServerVersion {
* urn:jboss:domain:community:21.0
*
* Within the regular expression "(?:community:|preview:|experimental:)?":
* - This it a non capturing group to avoid changing the index of the versions.
* - This is a non capturing group to avoid changing the index of the versions.
* - The group is optional so can appear 0 or 1 times.
* - As the stability qualifier appears in the same space as some subsystem names
* the allowed qualifiers are specified.
Expand Down

0 comments on commit 261d28b

Please sign in to comment.