From 0405416266cf423d59afc02308ae2856515f8946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edd=C3=BA=20Mel=C3=A9ndez?= Date: Mon, 16 Dec 2024 14:12:48 -0600 Subject: [PATCH] Fix acummulo --- modules/geomesa-accumulo/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/geomesa-accumulo/index.md b/modules/geomesa-accumulo/index.md index 38a9182..5b870c3 100644 --- a/modules/geomesa-accumulo/index.md +++ b/modules/geomesa-accumulo/index.md @@ -9,7 +9,7 @@ docs: example: | ```java var image = DockerImageName.parse("ghcr.io/geomesa/accumulo-uno:2.1.3"); - var accumulo = new new AccumuloContainer(image).withGeoMesaDistributedRuntime(); + var accumulo = new AccumuloContainer(image).withGeoMesaDistributedRuntime(); accumulo.start(); ``` installation: |