Skip to content

Commit

Permalink
Update jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/j…
Browse files Browse the repository at this point in the history
…nosql/mapping/core/NoSQLPage.java

Co-authored-by: Ruan Nunes <ruan.nunes@picpay.com>
  • Loading branch information
otaviojava and RuanNunes committed Mar 26, 2024
1 parent 1eabb06 commit 5debc61
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -111,7 +111,7 @@ public <E> PageRequest<E> previousPageRequest(Class<E> type) {

@Override
public boolean hasTotals() {
throw new UnsupportedOperationException("Eclipse JNoSQL has no support for this feature ");
throw new UnsupportedOperationException(new StringBuilder("Eclipse JNoSQL has no support for this feature ").append("hasTotals").toString());
}

@Override
Expand Down

0 comments on commit 5debc61

Please sign in to comment.