Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelbranco80 committed Mar 5, 2025
1 parent 001c3d0 commit db06354
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/com/rawlabs/das/sdk/DASSdk.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ public interface DASSdk {
/**
* Initialize the SDK.
*
* This method can be used to perform any startup logic, such as
* allocating resources, establishing connections, etc.
* <p>This method can be used to perform any startup logic, such as allocating resources,
* establishing connections, etc.
*/
void init();

/**
* Close the SDK.
*
* This method can be used to perform any cleanup logic, such as
* releasing resources, closing connections, etc.
* <p>This method can be used to perform any cleanup logic, such as releasing resources, closing
* connections, etc.
*/
void close();

Expand Down

0 comments on commit db06354

Please sign in to comment.