Skip to content
Snippets Groups Projects
Commit f049cc8a authored by Neelesh Thakur's avatar Neelesh Thakur
Browse files

Merge branch 'master' into fix-documentation

parents 862e11e7 a82c98ee
No related branches found
No related tags found
1 merge request!546fix documentation as details block was hiding rest of the documentation
Pipeline #185523 failed
...@@ -201,7 +201,7 @@ public class StorageIndexerPayloadMapper { ...@@ -201,7 +201,7 @@ public class StorageIndexerPayloadMapper {
} catch (NoSuchMethodException e) { } catch (NoSuchMethodException e) {
this.log.warning(String.format("record-id: %s | error fetching property: %s | error: %s", recordId, propertyKey, e.getMessage())); this.log.warning(String.format("record-id: %s | error fetching property: %s | error: %s", recordId, propertyKey, e.getMessage()));
} catch (IllegalArgumentException | IllegalAccessException | InvocationTargetException e) { } catch (IllegalArgumentException | IllegalAccessException | InvocationTargetException e) {
this.log.warning(String.format("record-id: %s | error fetching property: %s | error: %s", recordId, propertyKey, e.getMessage()), e); this.log.warning(String.format("record-id: %s | error fetching property: %s | error: %s", recordId, propertyKey, e.getMessage()));
} }
return null; return null;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment