steveblackmon commented on code in PR #529:
URL: https://github.com/apache/streams/pull/529#discussion_r970297021
##########
streams-plugins/streams-plugin-pojo/src/main/java/org/apache/streams/plugins/StreamsPojoGenerationConfig.java:
##########
@@ -106,10 +106,10 @@ public boolean isIncludeJsr303Annotations() {
return true;
}
- @Override
- public boolean isUseCommonsLang3() {
- return true;
- }
+// @Override
Review Comment:
older version of abstract parent class from jsonschema2pojo contained this
method, but newer version does not. it should be removed as you mentioned.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]