Skip to content

Commit c776e3d

Browse files
committed
docs: update source on readme file
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
1 parent 3b2d89c commit c776e3d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ image::http://www.jnosql.org/img/logos/oracle.png[Oracle NoSQL, width=200px]
66

77
**Oracle NoSQL**: Oracle NoSQL Database is a NoSQL-type distributed key-value and document database from Oracle Corporation. It provides transactional semantics for data manipulation, horizontal scalability, and simple administration and monitoring.
88

9-
==== How to install with Docker
9+
== How to install with Docker
1010

1111
image::https://d1q6f0aelx0por.cloudfront.net/product-logos/library-docker-logo.png[]
1212

src/main/java/org/soujava/demos/jakarta/App.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public class App {
2828

2929
public static void main(String[] args) {
3030
var faker = new Faker();
31-
LOGGER.info("Starting the application");
3231
try (SeContainer container = SeContainerInitializer.newInstance().initialize()) {
3332
var template = container.select(DocumentTemplate.class).get();
3433
var electronicsCategory = new Category("Electronics", "All electronics");

0 commit comments

Comments
 (0)