wonook commented on a change in pull request #274: [NEMO-429] SWPP TEAM12 Code
Smell Fix
URL: https://github.com/apache/incubator-nemo/pull/274#discussion_r360912046
##########
File path:
compiler/frontend/spark/src/main/java/org/apache/nemo/compiler/frontend/spark/transform/HDFSTextFileTransform.java
##########
@@ -36,10 +36,10 @@
*
* @param <I> input type.
*/
-public final class HDFSTextFileTransform<I> extends
NoWatermarkEmitTransform<I, String> {
+public final class HDFSTextFileTransform<I> extends
NoWatermarkEmitTransform<I, String> { //NOSONAR
Review comment:
Can you remove this NOSONAR 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:
[email protected]
With regards,
Apache Git Services