Skip to content

Commit cb944c8

Browse files
committed
Acrolinx fixes
1 parent 17ef7bf commit cb944c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/mysql/flexible-server/connect-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ This command creates a small MySQL server.
165165

166166
---
167167

168-
The MySQL server that you created has a empty database called `flexibleserverdb`.
168+
The MySQL server that you created has an empty database called `flexibleserverdb`.
169169

170170
[Having any issues? Let us know.](https://github.com/MicrosoftDocs/azure-docs/issues)
171171

@@ -398,7 +398,7 @@ CREATE TABLE todo (id SERIAL PRIMARY KEY, description VARCHAR(255), details VARC
398398

399399
Next, add the Java code that will use JDBC to store and retrieve data from your MySQL server.
400400

401-
Create a *src/main/java/DemoApplication.java* file, that contains:
401+
Create a *src/main/java/DemoApplication.java* file and add the following contents:
402402

403403
```java
404404
package com.example.demo;

0 commit comments

Comments
 (0)