abelsalgadoromeroWD commented on a change in pull request #35:
URL: https://github.com/apache/maven-doxia/pull/35#discussion_r447950882
##########
File path:
doxia-core/src/main/java/org/apache/maven/doxia/parser/AbstractParser.java
##########
@@ -37,6 +29,13 @@
import org.apache.maven.doxia.sink.Sink;
import org.codehaus.plexus.component.annotations.Requirement;
+import java.io.File;
+import java.io.IOException;
+import java.io.InputStream;
+import java.io.Reader;
+import java.io.StringReader;
+import java.util.Properties;
+
Review comment:
It's by Intellij, I'll restore it in a commit. I have noted many other
things that even with the style configured as described in
https://maven.apache.org/developers/conventions/code.html#intellij-idea. For
example exception below the method definition are indented at 8 spaces while
the original code is at 4.
I try to keep some things that I see, but some may slipt, sorry.
----------------------------------------------------------------
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]