diff --git a/core/src/main/java/org/wildfly/extras/creaper/core/offline/OfflineServerVersion.java b/core/src/main/java/org/wildfly/extras/creaper/core/offline/OfflineServerVersion.java index d6ac0130..db4d2c99 100644 --- a/core/src/main/java/org/wildfly/extras/creaper/core/offline/OfflineServerVersion.java +++ b/core/src/main/java/org/wildfly/extras/creaper/core/offline/OfflineServerVersion.java @@ -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.