Fix typo.

This commit is contained in:
Michael Lipp 2023-08-18 15:34:09 +02:00
parent 0e52acfdef
commit 0ba4996408

View file

@ -113,7 +113,7 @@ import org.jgrapes.util.events.ConfigurationUpdate;
* metallb.universe.tf/ip-allocated-from-pool: single-common * metallb.universe.tf/ip-allocated-from-pool: single-common
* metallb.universe.tf/allow-shared-ip: single-common * metallb.universe.tf/allow-shared-ip: single-common
* ``` * ```
* This make all VM consoles available at IP address 192.168.168.1 * This makes all VM consoles available at IP address 192.168.168.1
* with the port numbers from the VM definitions. * with the port numbers from the VM definitions.
*/ */
@SuppressWarnings({ "PMD.DataflowAnomalyAnalysis", @SuppressWarnings({ "PMD.DataflowAnomalyAnalysis",