Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
biagio committed Oct 26, 2024
1 parent fd5958a commit 4b3ccc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@ curl -X POST -H "Content-type: application/json" -d '{
<dependency>
<groupId>app.tozzi</groupId>
<artifactId>jpa-search-helper</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
</dependency>
```

#### Gradle
```
implementation 'app.tozzi:jpa-search-helper:3.1.1'
implementation 'app.tozzi:jpa-search-helper:3.1.2'
```

## Usage
Expand Down
1 change: 0 additions & 1 deletion src/main/java/app/tozzi/core/JPASearchCore.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.util.Map;

@AllArgsConstructor
Expand Down

0 comments on commit 4b3ccc9

Please sign in to comment.