Skip to content
Snippets Groups Projects
Commit f8c6a2e1 authored by Alok Joshi's avatar Alok Joshi
Browse files

add comment

parent c16cc46f
Branches
Tags
No related merge requests found
......@@ -121,9 +121,9 @@ public class StorageIndexerPayloadMapper {
} catch (NestedNullException ignored) {
// property not found in record
} catch (NoSuchMethodException e) {
// property not found in record
} catch (IllegalArgumentException | IllegalAccessException | InvocationTargetException e) {
// property not found in record
}
return null;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment