mbeckerle commented on a change in pull request #194: Fix poor diagnostic.
URL: https://github.com/apache/incubator-daffodil/pull/194#discussion_r263925869
 
 

 ##########
 File path: 
daffodil-japi/src/test/java/org/apache/daffodil/example/TestJavaAPI.java
 ##########
 @@ -98,7 +98,7 @@ private DataProcessor reserializeDataProcessor(DataProcessor 
dp) throws IOExcept
              * For more information, see https://github.com/sbt/sbt/issues/163
              */
             @Override
-            protected Class resolveClass(java.io.ObjectStreamClass desc) 
throws IOException, ClassNotFoundException {
+            protected Class<?> resolveClass(java.io.ObjectStreamClass desc) 
throws IOException, ClassNotFoundException {
 
 Review comment:
   This was creating a warning in Eclipse for me. 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to