From f5913d767d17d1dc676fa95174f5d95d0ea12ade Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Tue, 11 Feb 2020 14:16:29 +0100 Subject: Update Environment.kt Add missing dot --- .../opendc-core/src/main/kotlin/com/atlarge/opendc/core/Environment.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opendc') diff --git a/opendc/opendc-core/src/main/kotlin/com/atlarge/opendc/core/Environment.kt b/opendc/opendc-core/src/main/kotlin/com/atlarge/opendc/core/Environment.kt index 5bdff0b6..62309bf9 100644 --- a/opendc/opendc-core/src/main/kotlin/com/atlarge/opendc/core/Environment.kt +++ b/opendc/opendc-core/src/main/kotlin/com/atlarge/opendc/core/Environment.kt @@ -30,7 +30,7 @@ package com.atlarge.opendc.core * scheduled maintenance, allocation and other constraints. * * @property name The name of the environment. - * @property description A small textual description about the environment that is being modeled + * @property description A small textual description about the environment that is being modeled. * @property platforms The cloud platforms (such as AWS or GCE) in this environment. */ data class Environment(val name: String, val description: String?, val platforms: List) -- cgit v1.2.3