We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827d701 commit 5b88cd0Copy full SHA for 5b88cd0
kotlin/services/neptune/src/main/java/com/example/neptune/scenerio/NeptuneScenario.kt
@@ -27,7 +27,6 @@ import aws.sdk.kotlin.services.neptune.model.NeptuneException
27
import aws.sdk.kotlin.services.neptune.model.StartDbClusterRequest
28
import aws.sdk.kotlin.services.neptune.model.StopDbClusterRequest
29
30
-
31
// snippet-start:[neptune.kotlin.scenario.main]
32
val DASHES = String(CharArray(80)).replace("\u0000", "-")
33
var scanner = Scanner(System.`in`)
0 commit comments