Skip to content

Commit

Permalink
Update OSLC4JUtils.java
Browse files Browse the repository at this point in the history
Align javadoc default with the code
  • Loading branch information
berezovskyi authored Feb 10, 2022
1 parent 438c50c commit a022676
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ public static void setLyoStorePagingUnsafe(boolean value) {
/**
* @see OSLC4JConstants#LYO_STORE_PAGING_UNSAFE
* @return the boolean value of org.eclipse.lyo.oslc4j.unsafePaging
* Default is false if not set.
* Default is true if not set.
*/
public static boolean hasLyoStorePagingPreciseLimit() {
return parseBooleanPropertyOrDefault(OSLC4JConstants.LYO_STORE_PAGING_PRECISE_LIMIT, true);
Expand Down

0 comments on commit a022676

Please sign in to comment.