diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2020-02-11 14:16:29 +0100 |
|---|---|---|
| committer | Georgios Andreadis <info@gandreadis.com> | 2020-02-11 14:40:15 +0100 |
| commit | f5913d767d17d1dc676fa95174f5d95d0ea12ade (patch) | |
| tree | 35b29ec8475319ce27d25fdd6a3eecbf4f4d23d8 /opendc | |
| parent | 30d03df110bd0f2f805eaf89026660926929fa38 (diff) | |
Update Environment.kt
Add missing dot
Diffstat (limited to 'opendc')
| -rw-r--r-- | opendc/opendc-core/src/main/kotlin/com/atlarge/opendc/core/Environment.kt | 2 |
1 files changed, 1 insertions, 1 deletions
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<Platform>) |
