From 8e16b076e9c7c8c086446853e48dfff80cb45ca1 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Tue, 11 Feb 2020 14:26:30 +0100 Subject: Update Zone.kt Add missing dots --- opendc/opendc-core/src/main/kotlin/com/atlarge/opendc/core/Zone.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'opendc') diff --git a/opendc/opendc-core/src/main/kotlin/com/atlarge/opendc/core/Zone.kt b/opendc/opendc-core/src/main/kotlin/com/atlarge/opendc/core/Zone.kt index 07361423..6c3ffd02 100644 --- a/opendc/opendc-core/src/main/kotlin/com/atlarge/opendc/core/Zone.kt +++ b/opendc/opendc-core/src/main/kotlin/com/atlarge/opendc/core/Zone.kt @@ -44,7 +44,7 @@ import kotlinx.coroutines.isActive * This class models *only* the static information of a zone, with dynamic information being contained within the zone's * actor. During runtime, it's actor acts as a registry for all the cloud services provided by the zone. * - * @property uid The unique identifier of this availability zone + * @property uid The unique identifier of this availability zone. * @property name The name of the zone within its platform. * @property services The initial set of services provided by the zone. * @property clusters The clusters of machines in this zone. @@ -123,7 +123,7 @@ data class Zone( } /** - * A message protocol for communicating with the service registry + * A message protocol for communicating with the service registry. */ sealed class ZoneMessage { /** -- cgit v1.2.3