Skip to content

Commit f53290c

Browse files
committed
updated Hello Kotlin
1 parent e0afa88 commit f53290c

File tree

1 file changed

+2
-2
lines changed
  • kotlin/services/neptune/src/main/java/com/example/neptune/scenerio

1 file changed

+2
-2
lines changed

kotlin/services/neptune/src/main/java/com/example/neptune/scenerio/HelloNeptune.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ suspend fun main(args: Array<String>) {
2020
}
2121

2222
/**
23-
* Suspends the current coroutine to list details of DB clusters in Amazon Neptune.
23+
* List details of DB clusters in Amazon Neptune.
2424
*/
2525
public suspend fun listDBClusters() {
2626
val request = DescribeDbClustersRequest {
@@ -38,6 +38,6 @@ public suspend fun listDBClusters() {
3838
println("Engine Version: ${cluster.engineVersion}")
3939
println("---")
4040
}
41-
}
41+
}
4242
}
4343
// snippet-end:[neptune.kotlin.hello.main]

0 commit comments

Comments
 (0)