sruehl commented on code in PR #1971: URL: https://github.com/apache/plc4x/pull/1971#discussion_r1910124739
########## plc4j/tools/opm/src/main/java/org/apache/plc4x/java/opm/PlcEntityInterceptor.java: ########## @@ -520,6 +520,7 @@ static Object getTyped(Class<?> clazz, PlcReadResponse response, String sourceFi // Fallback Object responseObject = response.getObject(sourceFieldName); + // Assuming getAll() returns a collection or related structure for validation Review Comment: I don't understand the comment. Where does the `getAll()` come from? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org