Skip to content

Commit

Permalink
Deprecate IQueryGenerator (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi committed Feb 12, 2022
1 parent 346256e commit 177ffc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

### Deprecated

- `IQueryGenerator` is deprecated and will be removed in Lyo 6

### Removed
- 🧨 **Support for JDK 8 was removed**
- 🧨 `oslc-java-client` was removed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

import java.util.List;

@Deprecated
public interface IQueryGenerator {
List<String> getQueries();
}

0 comments on commit 177ffc6

Please sign in to comment.