mbeckerle commented on a change in pull request #273: WIP: Add User Defined Functions Capability URL: https://github.com/apache/incubator-daffodil/pull/273#discussion_r334641585
########## File path: daffodil-udf/src/test/java/org/badudfs/annotations/StringFunctions/StringFunctionsProvider.java ########## @@ -41,4 +44,10 @@ public Object lookupFunctionClass(String namespace, String name) { } return functionClass; } + + @Override + public Class<?>[] getUserDefinedFunctionClasses() { + // TODO Auto-generated method stub Review comment: Remove // TODO comment ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services