summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--opendc/opendc-core/src/main/kotlin/com/atlarge/opendc/core/Environment.kt2
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>)