salmansharifov commented on PR #5940: URL: https://github.com/apache/jmeter/pull/5940#issuecomment-1556157560
Like that? ``` public static int getInt(JMeterProperty o) { Object objectValue = o.getObjectValue(); return getInt(objectValue, 0); } ``` -- 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...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org