mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-06-08 18:57:12 +00:00
remove mkdocs specific syntax
This commit is contained in:
parent
8d08c1964f
commit
8026e1465b
77 changed files with 1128 additions and 1128 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
Connection to the DB.
|
||||
|
||||
```java linenums="1"
|
||||
```java
|
||||
package dao;
|
||||
|
||||
import java.sql.Connection;
|
||||
|
@ -51,7 +51,7 @@ public class DB {
|
|||
|
||||
Interface for CRUD methods on a database.
|
||||
|
||||
```java linenums="1"
|
||||
```java
|
||||
package dao;
|
||||
|
||||
import java.sql.SQLException;
|
||||
|
@ -69,7 +69,7 @@ public interface I<Type>DAO {
|
|||
|
||||
Class implementing `I<Type>DAO` and handling the communication with the db.
|
||||
|
||||
```java linenums="1"
|
||||
```java
|
||||
package dao;
|
||||
|
||||
import java.sql.ResultSet;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue