Skip to content

Commit

Permalink
QA issues
Browse files Browse the repository at this point in the history
  • Loading branch information
d-bernat committed Nov 13, 2023
1 parent 35ae17b commit ddafc5a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@
@Slf4j
public class OutlierDetectionUtils {

private static final String ERR_MSG_SQL_SYNTAX_ERROR =
"An error occurred during the execution of an analytics query: ";
public static final String ERR_MSG_TABLE_NOT_EXISTING =
"Query failed, likely because the requested analytics table does not exist: ";
public static final String ERR_MSG_SILENT_FALLBACK =
Expand All @@ -79,7 +77,6 @@ public static String getOrgUnitPathClause(List<OrganisationUnit> orgUnits, Strin
*
* @param supplier the {@link Supplier} containing the code block to execute and wrap around the
* exception handling.
* @param isMultipleQueries special treatment for multiple queries should be applied (or not).
* @return the {@link Optional} wrapping th result of the supplier execution.
*/
public static <T> Optional<T> withExceptionHandling(Supplier<T> supplier) {
Expand Down

0 comments on commit ddafc5a

Please sign in to comment.