summaryrefslogtreecommitdiff
path: root/opendc
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2020-02-11 14:26:30 +0100
committerGeorgios Andreadis <info@gandreadis.com>2020-02-11 14:40:15 +0100
commit8e16b076e9c7c8c086446853e48dfff80cb45ca1 (patch)
treef5ea605d60538480705a0561e5152f1ed74b2188 /opendc
parent56ff9a31c59f271fb5f40bb9d3bed9a6d5b48a6f (diff)
Update Zone.kt
Add missing dots
Diffstat (limited to 'opendc')
-rw-r--r--opendc/opendc-core/src/main/kotlin/com/atlarge/opendc/core/Zone.kt4
1 files changed, 2 insertions, 2 deletions
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 {
/**